Merge branch 'stable' of github.com:webnotes/erpnext into latest
This commit is contained in:
commit
7d5575ea3a
@ -36,7 +36,7 @@ class DocType(TransactionBase):
|
||||
recipients = [self.doc.raised_by], \
|
||||
sender=webnotes.conn.get_value('Email Settings',None,'support_email'), \
|
||||
subject=subject, \
|
||||
msg=response.encode('utf-8'))
|
||||
msg=response)
|
||||
|
||||
self.doc.new_response = None
|
||||
webnotes.conn.set(self.doc,'status','Waiting for Customer')
|
||||
|
Loading…
Reference in New Issue
Block a user