resolved utf-8 issue in 'In Reply To' part of support ticket response

This commit is contained in:
Anand Doshi 2012-01-19 11:37:32 +05:30
parent 2cb3cef064
commit 32fd59b3ff

View File

@ -24,7 +24,7 @@ class DocType(TransactionBase):
response = self.doc.new_response + '\n\n[Please do not change the subject while responding.]'
# add last response to new response
response += self.last_response()
response += unicode(self.last_response(), 'utf-8')
signature = webnotes.conn.get_value('Email Settings',None,'support_signature')
if signature: