_Main/UI/MacroPlannerWebApp/Component_FormDLEngineLogisticsCostReport/Response_MatrixEditorTable_OnUpdateValue.def
@@ -31,6 +31,8 @@ tcel.DLRentStorCost( cell.DLRentStorCost() ); tcel.WerkToDLRentTransCost( cell.WerkToDLRentTransCost() ); tcel.CoefficientValue( cell.CoefficientValue() ); estimatetotalcost := tcel.CCRentInCost() + tcel.CCRentOutOfCost() + tcel.CCLongTransCost() + tcel.CCRentStorCost() + tcel.CCShorTransCost() + tcel.DLRentInCost() + tcel.DLRentOutOfCost() + tcel.DLRentOtherCost() + tcel.DLRentStorCost() + tcel.WerkToDLRentTransCost(); tcel.AllCost( estimatetotalcost * [Real]tcel.CoefficientValue() ); } } *]