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.description,
|
||||
fs.size,
|
||||
fs.case_pack,
|
||||
fs.department,
|
||||
fs.subdepartment,
|
||||
fs.category,
|
||||
|
|
Loading…
Reference in a new issue