hongjli
2023-10-02 96eeb9236a5ae72ead45e5aa8e9c57e5000f185b
_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 );
    }
  *]
}