mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 00:44:45 +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_response_and_resolution_metrics(parent, for_resolution)
|
||||||
update_agreement_status(parent, for_resolution)
|
update_agreement_status(parent, for_resolution)
|
||||||
|
|
||||||
parent.save()
|
parent.save(ignore_permissions=True)
|
||||||
|
|
||||||
|
|
||||||
def reset_expected_response_and_resolution(doc):
|
def reset_expected_response_and_resolution(doc):
|
||||||
|
|||||||
Reference in New Issue
Block a user