mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-27 22:05:19 +00:00
Merge branch 'master' of github.com:webnotes/erpnext
This commit is contained in:
@@ -100,6 +100,7 @@ class DocType():
|
||||
return self.message
|
||||
|
||||
def send(self, query_key, doctype):
|
||||
webnotes.conn.auto_commit_on_many_writes = True
|
||||
recipients = self.get_recipients(query_key)
|
||||
sender = webnotes.utils.get_email_id(self.doc.owner)
|
||||
args = self.dt_map[doctype]
|
||||
|
||||
Reference in New Issue
Block a user