mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 17:15:04 +00:00
fix(sales-order): disallow address edits after sales order is submitted
(cherry picked from commit daac7c589b)
This commit is contained in:
@@ -358,7 +358,6 @@
|
||||
"options": "fa fa-bullhorn"
|
||||
},
|
||||
{
|
||||
"allow_on_submit": 1,
|
||||
"fieldname": "customer_address",
|
||||
"fieldtype": "Link",
|
||||
"hide_days": 1,
|
||||
@@ -439,7 +438,6 @@
|
||||
"width": "50%"
|
||||
},
|
||||
{
|
||||
"allow_on_submit": 1,
|
||||
"fieldname": "shipping_address_name",
|
||||
"fieldtype": "Link",
|
||||
"hide_days": 1,
|
||||
|
||||
Reference in New Issue
Block a user