mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-20 15:25:13 +00:00
Merge branch 'master' of github.com:webnotes/erpnext into unicode
This commit is contained in:
@@ -93,6 +93,7 @@ class SupportMailbox(POP3Mailbox):
|
||||
webnotes.conn.commit()
|
||||
# extract attachments
|
||||
self.save_attachments(st.doc, mail.attachments)
|
||||
webnotes.conn.begin()
|
||||
return
|
||||
|
||||
from webnotes.model.doctype import get_property
|
||||
@@ -123,9 +124,9 @@ class SupportMailbox(POP3Mailbox):
|
||||
self.send_auto_reply(d)
|
||||
|
||||
webnotes.conn.commit()
|
||||
|
||||
# extract attachments
|
||||
self.save_attachments(d, mail.attachments)
|
||||
webnotes.conn.begin()
|
||||
|
||||
|
||||
def save_attachments(self, doc, attachment_list=[]):
|
||||
|
||||
Reference in New Issue
Block a user