Add some new vendor and product fields.
This commit is contained in:
parent
6ea032c591
commit
86db5181b8
2 changed files with 5 additions and 0 deletions
|
@ -281,6 +281,7 @@ class ProductCrud(CrudView):
|
|||
fs.description,
|
||||
fs.size,
|
||||
fs.unit_of_measure.label("Unit of Measure"),
|
||||
fs.weighed,
|
||||
fs.case_pack,
|
||||
fs.department,
|
||||
fs.subdepartment,
|
||||
|
@ -292,6 +293,8 @@ class ProductCrud(CrudView):
|
|||
fs.deposit_link,
|
||||
fs.tax,
|
||||
fs.organic,
|
||||
fs.discountable,
|
||||
fs.special_order,
|
||||
fs.not_for_sale,
|
||||
fs.deleted,
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue