mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 12:39:18 +00:00
Merge branch 'unicode' of github.com:webnotes/erpnext into unicode
This commit is contained in:
@@ -419,7 +419,6 @@ class DocType:
|
|||||||
sendmail(
|
sendmail(
|
||||||
recipients=recipient_list,
|
recipients=recipient_list,
|
||||||
sender='notifications+email_digest@erpnext.com',
|
sender='notifications+email_digest@erpnext.com',
|
||||||
reply_to='support@erpnext.com',
|
|
||||||
subject=self.doc.frequency + ' Digest',
|
subject=self.doc.frequency + ' Digest',
|
||||||
msg=email_body
|
msg=email_body
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user