Add case pack field to product CRUD form.
This commit is contained in:
parent
7b7ec2ccbd
commit
8409d24273
|
@ -277,6 +277,7 @@ class ProductCrud(CrudView):
|
||||||
fs.brand.with_renderer(BrandFieldRenderer),
|
fs.brand.with_renderer(BrandFieldRenderer),
|
||||||
fs.description,
|
fs.description,
|
||||||
fs.size,
|
fs.size,
|
||||||
|
fs.case_pack,
|
||||||
fs.department,
|
fs.department,
|
||||||
fs.subdepartment,
|
fs.subdepartment,
|
||||||
fs.category,
|
fs.category,
|
||||||
|
|
Loading…
Reference in a new issue