浏览代码

Removed the filter record from the stock summary grid

Kenric Nugteren 1 年之前
父节点
当前提交
141ee2acb7
共有 1 个文件被更改,包括 2 次插入2 次删除
  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, ".");