@@ -729,7 +729,7 @@ public class StockForecastOrderingGrid : DynamicItemsListGrid<StockOrderingItem>
var qtyreq = 1.0;
var cost = -.0;
DimensionUtils.ConvertDimensions(d, ref qtyreq, ref cost, (f,c) => Client.Query(f,c));
- return qtyreq;
+ return qtyreq * req;
}
private SupplierProduct? SelectSupplierProduct(IEnumerable<SupplierProduct> supplierProducts, StockOrderingItem item)