mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-13 17:20:36 +00:00
* feat: add option to update modified on communication recieved (#45307)
(cherry picked from commit aa38895caf)
# Conflicts:
# erpnext/crm/doctype/crm_settings/crm_settings.json
* chore: resolve conflict
---------
Co-authored-by: Ejaaz Khan <67804911+iamejaaz@users.noreply.github.com>
Co-authored-by: ruthra kumar <ruthra@erpnext.com>
This commit is contained in:
@@ -351,7 +351,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