Merge branch 'latest' of github.com:webnotes/erpnext into latest
diff --git a/erpnext/support/doctype/support_ticket/support_ticket.py b/erpnext/support/doctype/support_ticket/support_ticket.py
index 2391618..943d418 100644
--- a/erpnext/support/doctype/support_ticket/support_ticket.py
+++ b/erpnext/support/doctype/support_ticket/support_ticket.py
@@ -24,7 +24,7 @@
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: