Remove unwanted columns for default Products grid
This commit is contained in:
parent
6709d97abc
commit
af11511d24
|
@ -102,9 +102,6 @@ class ProductsView(MasterView):
|
||||||
'size',
|
'size',
|
||||||
'department',
|
'department',
|
||||||
'vendor',
|
'vendor',
|
||||||
'cost',
|
|
||||||
'true_cost',
|
|
||||||
'true_margin',
|
|
||||||
'regular_price',
|
'regular_price',
|
||||||
'current_price',
|
'current_price',
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue