lazhen
2024-10-15 a02eb284e0492ebb023df6e86e4beda1f96b6a41
_Main/BL/Type_NewOfflinePlanCell/Function_CalcTotalQuantity.qbl
@@ -6,7 +6,7 @@
  [*
    // lihongji Oct-11-2024 (created)
    
    value := sum( this, Detailed, tempNOPC, true, tempNOPC.Quantity() );
    value := sum( this, Detailed, tempNOPCell, true, tempNOPCell.Quantity() );
    
    this.TotalQuantity( value );
  *]