diff --git a/core/doctype/communication/communication.py b/core/doctype/communication/communication.py index 14daa88691..2b2fc7e6a1 100644 --- a/core/doctype/communication/communication.py +++ b/core/doctype/communication/communication.py @@ -71,6 +71,8 @@ def make(doctype=None, name=None, content=None, subject=None, d.communication_medium = communication_medium if send_email: send_comm_email(d, name, sent_via, print_html, attachments, send_me_a_copy) + + comm.ignore_permissions = True comm.insert() @webnotes.whitelist()