_Main/BL/Type_GlobalDTOTable/Method_SynchronizeDataToMacroPlan.qbl
@@ -2,7 +2,6 @@ #parent: #root Method SynchronizeDataToMacroPlan ( MacroPlan macroPlan, Strings businessTypes, Boolean isCustomOrder, Boolean isForecast ) @@ -10,7 +9,7 @@ TextBody: [* if ( isCustomOrder ) { macroPlan.MappingCustomerOrderData( businessTypes, this ); // macroPlan.MappingCustomerOrderData( businessTypes, this ); } *] }