feat: Email Campaign

This commit is contained in:
Rucha Mahabal
2019-07-12 13:56:36 +05:30
parent 191a0bd43c
commit 9e35bff55c
7 changed files with 93 additions and 129 deletions

View File

@@ -233,6 +233,9 @@ doc_events = {
},
"Contact":{
"on_trash": "erpnext.support.doctype.issue.issue.update_issue"
},
"Email Unsubscribe": {
"after_insert": "erpnext.crm.doctype.email_campaign.email_campaign.unsubscribe_recipient"
}
}