From 507f742edfbfed1d0b7943d8f773abc49a7a4ec4 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 22 Feb 2017 20:10:44 -0600 Subject: [PATCH] Add some product flags (kosher vegan etc.) to view fieldset --- tailbone/views/products.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tailbone/views/products.py b/tailbone/views/products.py index e381968c..0063aba8 100644 --- a/tailbone/views/products.py +++ b/tailbone/views/products.py @@ -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,