浏览代码

Fix to loading correct columns in recalculation of stock holding

Kenric Nugteren 1 年之前
父节点
当前提交
d246a04dbc
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      prs.desktop/Panels/Products/Locations/StockHoldingGrid.cs

+ 2 - 0
prs.desktop/Panels/Products/Locations/StockHoldingGrid.cs

@@ -122,6 +122,8 @@ public class StockHoldingGrid : DynamicDataGrid<StockHolding>
                     .Add(x => x.AverageValue)            
                     .Add(x => x.Available)            
                     .Add(x => x.Qty)
+                    .Add(x => x.Weight)
+                    .Add(x => x.Value)
             );
             
             query.Add(