mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Fix duplicate serial number field (#334)
This commit is contained in:
parent
1d6708fbca
commit
232f721712
4 changed files with 14 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ class InvenTreeStockItem extends InvenTreeModel {
|
|||
"quantity": {},
|
||||
"serial": {},
|
||||
"serial_numbers": {
|
||||
"label": L10().serialNumber,
|
||||
"label": L10().serialNumbers,
|
||||
"type": "string",
|
||||
},
|
||||
"status": {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue