Merge branch 'unicode' of github.com:webnotes/erpnext into unicode

This commit is contained in:
Rushabh Mehta 2012-08-08 14:29:55 +05:30
commit 02f459abcf

View File

@ -419,7 +419,6 @@ class DocType:
sendmail(
recipients=recipient_list,
sender='notifications+email_digest@erpnext.com',
reply_to='support@erpnext.com',
subject=self.doc.frequency + ' Digest',
msg=email_body
)