Remove unwanted columns for default Products grid

This commit is contained in:
Lance Edgar 2020-09-20 23:35:07 -05:00
parent 6709d97abc
commit af11511d24

View file

@ -102,9 +102,6 @@ class ProductsView(MasterView):
'size',
'department',
'vendor',
'cost',
'true_cost',
'true_margin',
'regular_price',
'current_price',
]