소스 검색

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(