From babd3508b530435eb36760b74cbde13af00e0e28 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Wed, 25 Aug 2021 16:45:41 +0530 Subject: [PATCH] fix: remove VARCHARs from Sales Invoice (#27136) Sales Invoice doctype is starting to hit row length limit as many integrations add custom fields on this doctype. This is just a small change to remove VARCHAR(140) fields and reduce row size wherever possible. (cherry picked from commit 8d116fb9ff45b193d4dad75db700439bc6fa5799) # Conflicts: # erpnext/accounts/doctype/sales_invoice/sales_invoice.json --- erpnext/accounts/doctype/sales_invoice/sales_invoice.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/erpnext/accounts/doctype/sales_invoice/sales_invoice.json b/erpnext/accounts/doctype/sales_invoice/sales_invoice.json index c0b1c596007..f181e897f10 100644 --- a/erpnext/accounts/doctype/sales_invoice/sales_invoice.json +++ b/erpnext/accounts/doctype/sales_invoice/sales_invoice.json @@ -696,6 +696,10 @@ "hide_days": 1, "hide_seconds": 1, "label": "Scan Barcode", +<<<<<<< HEAD +======= + "length": 1, +>>>>>>> 8d116fb9ff (fix: remove VARCHARs from Sales Invoice (#27136)) "options": "Barcode" }, { @@ -2047,7 +2051,11 @@ "link_fieldname": "consolidated_invoice" } ], +<<<<<<< HEAD "modified": "2023-01-28 19:45:47.538163", +======= + "modified": "2021-08-25 14:46:05.279588", +>>>>>>> 8d116fb9ff (fix: remove VARCHARs from Sales Invoice (#27136)) "modified_by": "Administrator", "module": "Accounts", "name": "Sales Invoice",