Add views for deposit links, taxes; update product view.

This commit is contained in:
Lance Edgar 2015-02-26 19:06:20 -06:00
parent d30d6f84e6
commit d50aef4e49
8 changed files with 270 additions and 0 deletions

View file

@ -285,6 +285,9 @@ class ProductCrud(CrudView):
fs.report_code,
fs.regular_price,
fs.current_price,
fs.deposit_link,
fs.tax,
fs.organic,
fs.not_for_sale,
fs.deleted,
])