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', 'brand',
'description', 'description',
'size', 'size',
'subdepartment', 'department',
'vendor', 'vendor',
'cost', 'cost',
'regular_price', 'regular_price',