Added Product.family
to CRUD view.
This commit is contained in:
parent
0ac0ef4079
commit
650e6389e5
|
@ -235,6 +235,7 @@ class ProductCrud(CrudView):
|
|||
fs.description,
|
||||
fs.size,
|
||||
fs.department,
|
||||
fs.family,
|
||||
fs.subdepartment,
|
||||
fs.regular_price,
|
||||
fs.current_price,
|
||||
|
|
Loading…
Reference in a new issue