refactor: handle special cases on communication creation

This commit is contained in:
Saqib Ansari
2021-12-06 14:34:59 +05:30
parent f9408d170a
commit c1d8877a83
2 changed files with 28 additions and 8 deletions

View File

@@ -234,7 +234,7 @@ doc_events = {
},
"Communication": {
"on_update": [
"erpnext.support.doctype.service_level_agreement.service_level_agreement.update_hold_time",
"erpnext.support.doctype.service_level_agreement.service_level_agreement.on_communication_update",
"erpnext.support.doctype.issue.issue.set_first_response_time"
]
},