_Main/BL/Type_CCEngineLogisticsCostReport/Method_Generate.qbl
@@ -57,6 +57,10 @@ yearcell.AllCost( yearcell.EstimateTotalCost() * [Real]yearcell.CoefficientValue() ); } } Transaction::Transaction().Propagate( attribute( CCEngineLogisticsCostCell, 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() ) ){