Add ingredients field to product view

This commit is contained in:
Lance Edgar 2017-02-27 21:34:02 -08:00
parent 89a4b5645c
commit 7d7bdb11ae
2 changed files with 13 additions and 1 deletions

View file

@ -312,6 +312,7 @@ class ProductsView(MasterView):
fs.discountable,
fs.special_order,
fs.not_for_sale,
fs.ingredients,
fs.notes,
fs.deleted,
fs.last_sold,