_Main/BL/Type_CCEngineLogisticsCostCell0/Function_CalcAllCost.qbl
@@ -6,7 +6,7 @@
  TextBody:
  [*
    // 甄兰鸽 Aug-12-2024 (created)
    value := this.EstimateTotalCost() * this.Coefficient();
    value := this.EstimateTotalCost() * [Real]this.CoefficientValue();
    
    this.AllCost( value );
  *]