Parcourir la source

Fix to loading correct columns in recalculation of stock holding

Kenric Nugteren il y a 1 an
Parent
commit
d246a04dbc
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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(