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
|
||||
|
||||
labels = {
|
||||
'item_id': "Item ID",
|
||||
'upc': "UPC",
|
||||
'status_code': "Status",
|
||||
'tax1': "Tax 1",
|
||||
|
|
Loading…
Reference in a new issue