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