xiaoding721
2024-12-13 4d55fab94e0e4e1412c64ffd23606850afc72c7a
_Main/BL/Type_PackagingPlanCell/StaticMethod_SetInitialPackagingInventory.qbl
@@ -17,7 +17,7 @@
                           tempPPCell.PackagingPlanRow().ProductID()    = iidd.PartNumber()                          and
                           tempPPCell.PackagingPlanColumn().StartDate() = ( macroPlan.StartOfPlanning().Date() - 1 ) and
                           tempPPCell.PackagingPlanRow().Factory()      =  factory );
        ppcell.PackagingInventory( iidd.Quantity() );
        ppcell.InitialPackagingInventory( iidd.Quantity() );
      }
    }
  *]