commit | d7774d0ab05f40bcd999fa40dd641635a1e844d0 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Fri Sep 07 14:43:39 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Fri Sep 07 14:43:39 2012 +0530 |
tree | 90203d356bc63b70aa94a34e1da8ca9fe543636d | |
parent | ea4e6b0f0ce531ef4321ff9e7b970ac557d2ad3d [diff] |
fix in email digest
diff --git a/erpnext/setup/doctype/email_digest/email_digest.py b/erpnext/setup/doctype/email_digest/email_digest.py index ac0f378..5fa691a 100644 --- a/erpnext/setup/doctype/email_digest/email_digest.py +++ b/erpnext/setup/doctype/email_digest/email_digest.py
@@ -418,7 +418,6 @@ sendmail( recipients=recipient_list, sender='notifications+email_digest@erpnext.com', - reply_to='support@erpnext.com', subject=self.doc.frequency + ' Digest', msg=email_body )