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.deposit_link,
|
||||||
fs.tax,
|
fs.tax,
|
||||||
fs.organic,
|
fs.organic,
|
||||||
|
fs.kosher,
|
||||||
|
fs.vegan,
|
||||||
|
fs.vegetarian,
|
||||||
|
fs.gluten_free,
|
||||||
|
fs.sugar_free,
|
||||||
fs.discountable,
|
fs.discountable,
|
||||||
fs.special_order,
|
fs.special_order,
|
||||||
fs.not_for_sale,
|
fs.not_for_sale,
|
||||||
|
|
Loading…
Reference in a new issue