_Main/BL/Type_CCEngineLogisticsCostReport0/Method_Generate.qbl
@@ -82,7 +82,10 @@ yearcell.AllCost( yearcell.EstimateTotalCost() * [Real]yearcell.CoefficientValue() ); } } Transaction::Transaction().Propagate( attribute( DLEngineLogisticsCostCell, EstimateTotalCost ) ); traverse( yearcolumn, Cell, cell ){ cell.AllCost( cell.EstimateTotalCost() * [Real]cell.CoefficientValue() ); } traverse( sumrow, Cell, cell ){ cell.AllCost( cell.EstimateTotalCost() * [Real]cell.CoefficientValue() ); if( exists( cell.Column(), Cell, acell, acell.IsUpdate() ) ){