diff --git a/frappe/core/doctype/communication/communication.py b/frappe/core/doctype/communication/communication.py index eabd4e006f..63bfcebca4 100644 --- a/frappe/core/doctype/communication/communication.py +++ b/frappe/core/doctype/communication/communication.py @@ -119,7 +119,6 @@ def send_comm_email(d, name, sent_via=None, print_html=None, attachments='[]', s d.content = sent_via.get_content(d) footer = "
" + set_portal_link(sent_via, d) - footer += "

" + _("Please see attachment") + "

" mail = get_email(d.recipients, sender=d.sender, subject=d.subject, msg=d.content, footer=footer)