Fix in support ticket response issue

This commit is contained in:
Anand Doshi 2012-02-03 18:03:32 +05:30
parent 2cb047d5a4
commit 3f711e2cb0

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 += unicode(self.last_response(), 'utf-8')
response += self.last_response()
signature = webnotes.conn.get_value('Email Settings',None,'support_signature')
if signature: