Add some product flags (kosher vegan etc.) to view fieldset

This commit is contained in:
Lance Edgar 2017-02-22 20:10:44 -06:00
parent 555935c71e
commit 507f742edf

View file

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