lihongji
2024-10-15 57deece540ff0a66d80403f4bbd85edac5ed35ed
_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 );
  *]