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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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": {},