mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
fix: scan barcode fields input length (#27390)
* fix: scan barcode fields input length (#27389)
* fix: undo unintentional changes
* fix: scan barcode fields input length
* fix: undo barcode field length change
Co-authored-by: Saqib <nextchamp.saqib@gmail.com>
(cherry picked from commit df3e4ce1c0)
This commit is contained in:
@@ -696,7 +696,6 @@
|
|||||||
"hide_days": 1,
|
"hide_days": 1,
|
||||||
"hide_seconds": 1,
|
"hide_seconds": 1,
|
||||||
"label": "Scan Barcode",
|
"label": "Scan Barcode",
|
||||||
"length": 1,
|
|
||||||
"options": "Barcode"
|
"options": "Barcode"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -2033,7 +2032,7 @@
|
|||||||
"link_fieldname": "consolidated_invoice"
|
"link_fieldname": "consolidated_invoice"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"modified": "2021-08-27 20:13:40.456462",
|
"modified": "2021-09-08 15:24:25.486499",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Sales Invoice",
|
"name": "Sales Invoice",
|
||||||
|
|||||||
Reference in New Issue
Block a user