mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 02:01:21 +00:00
fix: add missing GTIN-14 barcode
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
"fieldtype": "Select",
|
"fieldtype": "Select",
|
||||||
"in_list_view": 1,
|
"in_list_view": 1,
|
||||||
"label": "Barcode Type",
|
"label": "Barcode Type",
|
||||||
"options": "\nEAN\nUPC-A\nCODE-39\nEAN-13\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\nGTIN-14\nISBN\nISBN-10\nISBN-13\nISSN\nJAN\nPZN\nUPC"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "uom",
|
"fieldname": "uom",
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
],
|
],
|
||||||
"istable": 1,
|
"istable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2025-12-30 10:47:29.560663",
|
"modified": "2025-12-30 12:24:11.749128",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "Item Barcode",
|
"name": "Item Barcode",
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ class ItemBarcode(Document):
|
|||||||
"EAN-8",
|
"EAN-8",
|
||||||
"GS1",
|
"GS1",
|
||||||
"GTIN",
|
"GTIN",
|
||||||
|
"GTIN-14",
|
||||||
"ISBN",
|
"ISBN",
|
||||||
"ISBN-10",
|
"ISBN-10",
|
||||||
"ISBN-13",
|
"ISBN-13",
|
||||||
|
|||||||
Reference in New Issue
Block a user