2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-16 20:25:26 +00:00

Fix duplicate serial number field (#334)

This commit is contained in:
Oliver
2023-04-20 20:47:40 +10:00
committed by GitHub
parent 1d6708fbca
commit 232f721712
4 changed files with 14 additions and 1 deletions

View File

@ -160,7 +160,7 @@ class InvenTreeStockItem extends InvenTreeModel {
"quantity": {},
"serial": {},
"serial_numbers": {
"label": L10().serialNumber,
"label": L10().serialNumbers,
"type": "string",
},
"status": {},