Merge pull request #48829 from frappe/mergify/bp/version-15-hotfix/pr-48593

fix(sales-order): disallow address edits after sales order is submitted (backport #48593)
This commit is contained in:
ruthra kumar
2025-07-29 14:19:38 +05:30
committed by GitHub

View File

@@ -358,7 +358,6 @@
"options": "fa fa-bullhorn" "options": "fa fa-bullhorn"
}, },
{ {
"allow_on_submit": 1,
"fieldname": "customer_address", "fieldname": "customer_address",
"fieldtype": "Link", "fieldtype": "Link",
"hide_days": 1, "hide_days": 1,
@@ -439,7 +438,6 @@
"width": "50%" "width": "50%"
}, },
{ {
"allow_on_submit": 1,
"fieldname": "shipping_address_name", "fieldname": "shipping_address_name",
"fieldtype": "Link", "fieldtype": "Link",
"hide_days": 1, "hide_days": 1,