diff --git a/tailbone/views/products.py b/tailbone/views/products.py index 68594509..00872e86 100644 --- a/tailbone/views/products.py +++ b/tailbone/views/products.py @@ -79,6 +79,10 @@ class ProductsView(MasterView): supports_mobile = True has_versions = True + labels = { + 'status_code': "Status", + } + grid_columns = [ 'upc', 'brand', @@ -131,9 +135,7 @@ class ProductsView(MasterView): 'inventory_on_order', ] - labels = { - 'status_code': "Status", - } + mobile_form_fields = form_fields # These aliases enable the grid queries to filter products which may be # purchased from *any* vendor, and yet sort by only the "preferred" vendor