Added Product.family to CRUD view.

This commit is contained in:
Lance Edgar 2013-10-11 14:15:43 -07:00
parent 0ac0ef4079
commit 650e6389e5

View file

@ -235,6 +235,7 @@ class ProductCrud(CrudView):
fs.description,
fs.size,
fs.department,
fs.family,
fs.subdepartment,
fs.regular_price,
fs.current_price,