diff --git a/tailbone/views/products.py b/tailbone/views/products.py index aaf70774..6585fb81 100644 --- a/tailbone/views/products.py +++ b/tailbone/views/products.py @@ -87,6 +87,7 @@ class ProductsView(MasterView): results_downloadable_xlsx = True labels = { + 'item_id': "Item ID", 'upc': "UPC", 'status_code': "Status", 'tax1': "Tax 1",