_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 );