Show department instead of subdept by default, for products grid
This commit is contained in:
parent
1866d8dd07
commit
dc5ad6ce82
|
@ -88,7 +88,7 @@ class ProductsView(MasterView):
|
||||||
'brand',
|
'brand',
|
||||||
'description',
|
'description',
|
||||||
'size',
|
'size',
|
||||||
'subdepartment',
|
'department',
|
||||||
'vendor',
|
'vendor',
|
||||||
'cost',
|
'cost',
|
||||||
'regular_price',
|
'regular_price',
|
||||||
|
|
Loading…
Reference in a new issue