_Main/BL/Type_ManufactureLTImputation/StaticMethod_Apply.qbl
@@ -1,7 +1,8 @@ Quintiq file version 2.0 #parent: #root StaticMethod Apply ( ManufactureLTImputations toApply ManufactureLTImputations toApply, MacroPlan macroPlan ) { TextBody: @@ -9,7 +10,7 @@ // yypsybs Aug-28-2023 (created) traverse( toApply, Elements, parent ) { traverse( parent, ManufactureLTProcessSection, child ) { ManufactureLTProcessSection::Apply( child ); ManufactureLTProcessSection::Apply( child, macroPlan ); } } *]