From 67174ef1b38e19b4c70bdc83f5b7fe04ea5ad469 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 8 Sep 2021 16:22:35 +0530 Subject: [PATCH] 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 (cherry picked from commit df3e4ce1c09675f941f7622333b555eee16e0981) --- erpnext/accounts/doctype/sales_invoice/sales_invoice.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/erpnext/accounts/doctype/sales_invoice/sales_invoice.json b/erpnext/accounts/doctype/sales_invoice/sales_invoice.json index b89be991f2b..314d83f2ac0 100644 --- a/erpnext/accounts/doctype/sales_invoice/sales_invoice.json +++ b/erpnext/accounts/doctype/sales_invoice/sales_invoice.json @@ -696,7 +696,6 @@ "hide_days": 1, "hide_seconds": 1, "label": "Scan Barcode", - "length": 1, "options": "Barcode" }, { @@ -2033,7 +2032,7 @@ "link_fieldname": "consolidated_invoice" } ], - "modified": "2021-08-27 20:13:40.456462", + "modified": "2021-09-08 15:24:25.486499", "modified_by": "Administrator", "module": "Accounts", "name": "Sales Invoice",