_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() ); } } *]