Add category to product CRUD view.

This commit is contained in:
Lance Edgar 2015-02-09 13:31:41 -06:00
parent 0455e472f5
commit 41dd2ef17b

View file

@ -264,6 +264,7 @@ class ProductCrud(CrudView):
fs.size,
fs.department,
fs.subdepartment,
fs.category,
fs.family,
fs.report_code,
fs.regular_price,