mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-14 02:04:17 +00:00
fix: type in barcode type
This commit is contained in:
committed by
mihir-kandoi
parent
e2e2e78b65
commit
43cdca950f
@@ -25,7 +25,7 @@
|
||||
"fieldtype": "Select",
|
||||
"in_list_view": 1,
|
||||
"label": "Barcode Type",
|
||||
"options": "\nEAN\nUPC-A\nCODE-39\nEAN-12\nEAN-8\nGS1\nGTIN\nISBN\nISBN-10\nISBN-13\nISSN\nJAN\nPZN\nUPC"
|
||||
"options": "\nEAN\nUPC-A\nCODE-39\nEAN-13\nEAN-8\nGS1\nGTIN\nISBN\nISBN-10\nISBN-13\nISSN\nJAN\nPZN\nUPC"
|
||||
},
|
||||
{
|
||||
"fieldname": "uom",
|
||||
@@ -37,15 +37,16 @@
|
||||
],
|
||||
"istable": 1,
|
||||
"links": [],
|
||||
"modified": "2024-03-27 13:09:54.217164",
|
||||
"modified": "2025-12-30 10:47:29.560663",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Stock",
|
||||
"name": "Item Barcode",
|
||||
"naming_rule": "Random",
|
||||
"owner": "Administrator",
|
||||
"permissions": [],
|
||||
"row_format": "Dynamic",
|
||||
"sort_field": "creation",
|
||||
"sort_order": "DESC",
|
||||
"states": [],
|
||||
"track_changes": 1
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,7 +20,7 @@ class ItemBarcode(Document):
|
||||
"EAN",
|
||||
"UPC-A",
|
||||
"CODE-39",
|
||||
"EAN-12",
|
||||
"EAN-13",
|
||||
"EAN-8",
|
||||
"GS1",
|
||||
"GTIN",
|
||||
|
||||
Reference in New Issue
Block a user