Преглед изворни кода

Update Stock Holdings now uses the ActualQuantity property

Kenric Nugteren пре 1 година
родитељ
комит
4e19df171a
1 измењених фајлова са 1 додато и 1 уклоњено
  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;