Merge branch 'stable' of github.com:webnotes/erpnext into latest

This commit is contained in:
Rushabh Mehta 2012-02-04 11:53:08 +01:00
commit 7d5575ea3a

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