lazhen
2024-10-25 c76375269c3e221d4a02db906abd86bc0ec13bf2
_Main/BL/Type_InventoryPointSelection/Function_CalcQuantity.qbl
@@ -8,7 +8,7 @@
    
    value := 0.0;
    if( this.IsIncluded() ){
      value := sum( this, InventoryInterfaceDataDetail, detail, detail.Quantity() );
      value := sum( this, InventoryInterfaceDataDetail, detail, detail.Fac() = this.Fac() and detail.InventoryPoint() = this.InventoryPoint(), detail.Quantity() );
    }
    
    this.Quantity( value );