Merge branch 'master' into latest

This commit is contained in:
Anand Doshi 2012-01-19 11:51:28 +05:30
commit 06c1050863

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)
msg=response.encode('utf-8'))
self.doc.new_response = None
webnotes.conn.set(self.doc,'status','Waiting for Customer')