support ticket fixes

This commit is contained in:
Rushabh Mehta 2011-07-25 14:51:30 +05:30
parent a8ac7ae646
commit e7eacb7c41

View File

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