_Main/BL/Type_PeggingResult/StaticMethod_SetAllChildRelation.qbl
@@ -8,9 +8,8 @@ { TextBody: [* if ( isnull( parentPeggingResult ) and isnull( childPeggingResult ) ) { parentPeggingResult := select( peggingProductInSalesDemandBase, PeggingResult, tempPR, tempPR.NumberOfPlies() = 0 ); childPeggingResult := select( peggingProductInSalesDemandBase, PeggingResult, tempPR, tempPR.NumberOfPlies() = 0 ); if ( childPeggingResult.Child( relsize ) = 0 ) { childPeggingResult.AllParent( relset, parentPeggingResult ); } traverse ( childPeggingResult, Child, pr ) {