From 66bf11e89326477b5364b2db93baa5fd57725dfe Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 29 Jun 2020 16:57:05 -0500 Subject: [PATCH] Tweak field label for `Product.item_id` --- tailbone/views/products.py | 1 + 1 file changed, 1 insertion(+) 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",