Merge pull request #48593 from aerele/fix/so-disable-address-update

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

View File

@@ -349,7 +349,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,
@@ -430,7 +429,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,
@@ -1767,4 +1765,4 @@
"title_field": "customer_name", "title_field": "customer_name",
"track_changes": 1, "track_changes": 1,
"track_seen": 1 "track_seen": 1
} }