mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-02 13:08:27 +00:00
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:
@@ -349,7 +349,6 @@
|
||||
"options": "fa fa-bullhorn"
|
||||
},
|
||||
{
|
||||
"allow_on_submit": 1,
|
||||
"fieldname": "customer_address",
|
||||
"fieldtype": "Link",
|
||||
"hide_days": 1,
|
||||
@@ -430,7 +429,6 @@
|
||||
"width": "50%"
|
||||
},
|
||||
{
|
||||
"allow_on_submit": 1,
|
||||
"fieldname": "shipping_address_name",
|
||||
"fieldtype": "Link",
|
||||
"hide_days": 1,
|
||||
@@ -1767,4 +1765,4 @@
|
||||
"title_field": "customer_name",
|
||||
"track_changes": 1,
|
||||
"track_seen": 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user