support ticket fixes
This commit is contained in:
parent
a8ac7ae646
commit
e7eacb7c41
@ -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):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user