From 41dd2ef17be6eee8d5cfc848c6f44e33e45dcfed Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 9 Feb 2015 13:31:41 -0600 Subject: [PATCH] Add category to product CRUD view. --- tailbone/views/products.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tailbone/views/products.py b/tailbone/views/products.py index 7e54656e..54f88c6f 100644 --- a/tailbone/views/products.py +++ b/tailbone/views/products.py @@ -264,6 +264,7 @@ class ProductCrud(CrudView): fs.size, fs.department, fs.subdepartment, + fs.category, fs.family, fs.report_code, fs.regular_price,