Add category to product CRUD view.
This commit is contained in:
parent
0455e472f5
commit
41dd2ef17b
|
@ -264,6 +264,7 @@ class ProductCrud(CrudView):
|
||||||
fs.size,
|
fs.size,
|
||||||
fs.department,
|
fs.department,
|
||||||
fs.subdepartment,
|
fs.subdepartment,
|
||||||
|
fs.category,
|
||||||
fs.family,
|
fs.family,
|
||||||
fs.report_code,
|
fs.report_code,
|
||||||
fs.regular_price,
|
fs.regular_price,
|
||||||
|
|
Loading…
Reference in a new issue