mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +00:00
feat: add option to update modified on communication recieved (#45307)
This commit is contained in:
@@ -345,7 +345,10 @@ doc_events = {
|
||||
"erpnext.support.doctype.service_level_agreement.service_level_agreement.on_communication_update",
|
||||
"erpnext.support.doctype.issue.issue.set_first_response_time",
|
||||
],
|
||||
"after_insert": "erpnext.crm.utils.link_communications_with_prospect",
|
||||
"after_insert": [
|
||||
"erpnext.crm.utils.link_communications_with_prospect",
|
||||
"erpnext.crm.utils.update_modified_timestamp",
|
||||
],
|
||||
},
|
||||
"Event": {
|
||||
"after_insert": "erpnext.crm.utils.link_events_with_prospect",
|
||||
|
||||
Reference in New Issue
Block a user