support ticket send issue

This commit is contained in:
Anand Doshi 2012-02-04 16:22:21 +05:30
parent 3f711e2cb0
commit b05f1a68f5

View File

@ -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')