mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 19:19:17 +00:00
support ticket fixes
This commit is contained in:
@@ -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):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user