Add case pack field to product CRUD form.

This commit is contained in:
Lance Edgar 2015-02-11 20:26:56 -06:00
parent 7b7ec2ccbd
commit 8409d24273

View file

@ -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,