Jelajahi Sumber

Removed the filter record from the stock summary grid

Kenric Nugteren 1 tahun lalu
induk
melakukan
141ee2acb7
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      prs.desktop/Panels/StockSummary/StockSummaryGrid.cs

+ 2 - 2
prs.desktop/Panels/StockSummary/StockSummaryGrid.cs

@@ -406,7 +406,7 @@ namespace PRSDesktop
                 
         }
 
-        protected override bool FilterRecord(CoreRow row)
+        /*protected override bool FilterRecord(CoreRow row)
         {
             var result = base.FilterRecord(row);
             if (result)
@@ -419,7 +419,7 @@ namespace PRSDesktop
                     )
                 );
             return result;
-        }
+        }*/
 
         // private String _minstock = CoreUtils.GetFullPropertyName<StockSummary, double>(x => x.Product.MinimumStockLevel, ".");
         // private String _bom = CoreUtils.GetFullPropertyName<StockSummary, double>(x => x.BillOfMaterials, ".");