mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-09 00:01:18 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user