Show department instead of subdept by default, for products grid

This commit is contained in:
Lance Edgar 2018-06-01 09:59:03 -05:00
parent 1866d8dd07
commit dc5ad6ce82

View file

@ -88,7 +88,7 @@ class ProductsView(MasterView):
'brand',
'description',
'size',
'subdepartment',
'department',
'vendor',
'cost',
'regular_price',