Explorar o código

Update Stock Holdings now uses the ActualQuantity property

Kenric Nugteren hai 1 ano
pai
achega
4e19df171a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      prs.stores/RequisitionStore.cs

+ 1 - 1
prs.stores/RequisitionStore.cs

@@ -295,7 +295,7 @@ namespace Comal.Stores
                     ? holdingrow.Get<StockHolding, Guid>(c => c.Job.ID)
                     : Guid.Empty;
 
-                var qty = item.Quantity;
+                var qty = item.ActualQuantity;
                 var dimensions = item.Product.Dimensions;
 
                 var txnid = Guid.Empty;