mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
fix to support ticket
This commit is contained in:
@@ -92,7 +92,7 @@ We will get back to you as soon as possible
|
|||||||
sendmail(\
|
sendmail(\
|
||||||
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+'] ' + str(d.subject or ''), \
|
||||||
msg = response)
|
msg = response)
|
||||||
|
|
||||||
def auto_close_tickets(self):
|
def auto_close_tickets(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user