diff --git a/erpnext/support/doctype/support_ticket/support_ticket.py b/erpnext/support/doctype/support_ticket/support_ticket.py index 8c5fc979af..94f978874d 100644 --- a/erpnext/support/doctype/support_ticket/support_ticket.py +++ b/erpnext/support/doctype/support_ticket/support_ticket.py @@ -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: