From 650e6389e574456a7394f5c007f6f677034fa1a4 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Fri, 11 Oct 2013 14:15:43 -0700 Subject: [PATCH] Added `Product.family` to CRUD view. --- tailbone/views/products.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tailbone/views/products.py b/tailbone/views/products.py index e1a11bbf..14ea3b3f 100644 --- a/tailbone/views/products.py +++ b/tailbone/views/products.py @@ -235,6 +235,7 @@ class ProductCrud(CrudView): fs.description, fs.size, fs.department, + fs.family, fs.subdepartment, fs.regular_price, fs.current_price,