fix to support ticket

This commit is contained in:
Rushabh Mehta 2011-08-11 09:36:30 +05:30
parent 673f66f56e
commit dc2f388e58

View File

@ -92,7 +92,7 @@ We will get back to you as soon as possible
sendmail(\
recipients = [d.raised_by], \
sender = self.email_settings.support_email, \
subject = '['+d.name+'] ' + d.subject, \
subject = '['+d.name+'] ' + str(d.subject or ''), \
msg = response)
def auto_close_tickets(self):