mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 05:29:18 +00:00
support ticket send issue
This commit is contained in:
@@ -36,7 +36,7 @@ class DocType(TransactionBase):
|
|||||||
recipients = [self.doc.raised_by], \
|
recipients = [self.doc.raised_by], \
|
||||||
sender=webnotes.conn.get_value('Email Settings',None,'support_email'), \
|
sender=webnotes.conn.get_value('Email Settings',None,'support_email'), \
|
||||||
subject=subject, \
|
subject=subject, \
|
||||||
msg=response.encode('utf-8'))
|
msg=response)
|
||||||
|
|
||||||
self.doc.new_response = None
|
self.doc.new_response = None
|
||||||
webnotes.conn.set(self.doc,'status','Waiting for Customer')
|
webnotes.conn.set(self.doc,'status','Waiting for Customer')
|
||||||
|
|||||||
Reference in New Issue
Block a user