_Main/BL/Type_CCEngineLogisticsCostReport0/StaticMethod_InitializeNew.qbl
@@ -211,7 +211,7 @@ enginecost := selectobject( enginecosts, Elements, engine, engine.StartDate() <= column.StartDate() and engine.EndDate() >= column.StartDate() ); if( not isnull( enginecost ) ){ products.Add( product ); quantity := sum( allpsdips, Elements, psdip, psdip.Quantity() ); quantity := sum( allpsdips, Elements, psdip, psdip.Quantity() );// + psdip.FulfilledQuantity() cost := ceil( quantity / enginecost.PackagingCapacity() ) * enginecost.OutboundPrice(); row.SetDLRentOutCost( column, cost );