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 8d116fb9ff)

# Conflicts:
#	erpnext/accounts/doctype/sales_invoice/sales_invoice.json
This commit is contained in:
Ankush Menat
2021-08-25 16:45:41 +05:30
committed by Mergify
parent f5160dc83d
commit babd3508b5

View File

@@ -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",