Add some product flags (kosher vegan etc.) to view fieldset
This commit is contained in:
parent
555935c71e
commit
507f742edf
|
@ -303,6 +303,11 @@ class ProductsView(MasterView):
|
|||
fs.deposit_link,
|
||||
fs.tax,
|
||||
fs.organic,
|
||||
fs.kosher,
|
||||
fs.vegan,
|
||||
fs.vegetarian,
|
||||
fs.gluten_free,
|
||||
fs.sugar_free,
|
||||
fs.discountable,
|
||||
fs.special_order,
|
||||
fs.not_for_sale,
|
||||
|
|
Loading…
Reference in a new issue