mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-13 07:18:27 +00:00
fix(minor): allow SLA update without permission check
This commit is contained in:
@@ -701,7 +701,7 @@ def on_communication_update(doc, status):
|
||||
update_response_and_resolution_metrics(parent, for_resolution)
|
||||
update_agreement_status(parent, for_resolution)
|
||||
|
||||
parent.save()
|
||||
parent.save(ignore_permissions=True)
|
||||
|
||||
|
||||
def reset_expected_response_and_resolution(doc):
|
||||
|
||||
Reference in New Issue
Block a user