fix to support ticket
This commit is contained in:
parent
673f66f56e
commit
dc2f388e58
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user