From dc5ad6ce82aef4b795b2ddaec5e0089d737d2422 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Fri, 1 Jun 2018 09:59:03 -0500 Subject: [PATCH] Show department instead of subdept by default, for products grid --- tailbone/views/products.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailbone/views/products.py b/tailbone/views/products.py index dad50a99..3a6d83ad 100644 --- a/tailbone/views/products.py +++ b/tailbone/views/products.py @@ -88,7 +88,7 @@ class ProductsView(MasterView): 'brand', 'description', 'size', - 'subdepartment', + 'department', 'vendor', 'cost', 'regular_price',