yypsybs
2023-09-09 3cb5a54def670d97301f07170fcaad213bfc54f2
_Main/BL/Type_MacroPlan/StaticMethod_DoSyncNew#821.qbl
文件名从 _Main/BL/Type_MacroPlan/StaticMethod_DoSync.qbl 修改
@@ -1,7 +1,8 @@
Quintiq file version 2.0
#parent: #root
StaticMethod DoSync (
StaticMethod DoSyncNew (
  MacroPlan macroPlan,
  MPSync mpSync,
  Boolean isKeyProduct,
  Boolean createPurchaseSupplyMaterial
)
@@ -11,6 +12,6 @@
  [*
    // yypsybs Aug-17-2023 (created)
    businessTypes := construct( Strings );
    MacroPlan::DoSync( macroPlan, businessTypes, isKeyProduct, createPurchaseSupplyMaterial );
    MacroPlan::DoSyncNew( macroPlan, mpSync, businessTypes, isKeyProduct, createPurchaseSupplyMaterial );
  *]
}