Tweak field label for Product.item_id
This commit is contained in:
parent
aac9bad7ec
commit
66bf11e893
|
@ -87,6 +87,7 @@ class ProductsView(MasterView):
|
||||||
results_downloadable_xlsx = True
|
results_downloadable_xlsx = True
|
||||||
|
|
||||||
labels = {
|
labels = {
|
||||||
|
'item_id': "Item ID",
|
||||||
'upc': "UPC",
|
'upc': "UPC",
|
||||||
'status_code': "Status",
|
'status_code': "Status",
|
||||||
'tax1': "Tax 1",
|
'tax1': "Tax 1",
|
||||||
|
|
Loading…
Reference in a new issue