mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-15 09:53:09 +00:00
[rename] Bulk Email to Email Queue
This commit is contained in:
@@ -60,7 +60,6 @@ class EmailDigest(Document):
|
||||
recipients=user_id,
|
||||
subject="{frequency} Digest".format(frequency=self.frequency),
|
||||
message=msg_for_this_receipient,
|
||||
bulk=True,
|
||||
reference_doctype = self.doctype,
|
||||
reference_name = self.name,
|
||||
unsubscribe_message = _("Unsubscribe from this Email Digest"))
|
||||
|
||||
Reference in New Issue
Block a user