Add notes panel to product details view

This commit is contained in:
Lance Edgar 2017-02-27 20:48:38 -08:00
parent c3b15f76b5
commit 89a4b5645c
2 changed files with 12 additions and 0 deletions

View file

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