mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 05:39:12 +00:00
formatting fix in support ticket autoreply
This commit is contained in:
@@ -40,11 +40,13 @@ class SupportMailbox(POP3Mailbox):
|
||||
A new Ticket has been raised for your query. If you have any additional information, please
|
||||
reply back to this mail.
|
||||
|
||||
We will get back to you as soon as possible
|
||||
----------------------
|
||||
### We will get back to you as soon as possible
|
||||
|
||||
---
|
||||
|
||||
Original Query:
|
||||
|
||||
""" + d.description + "\n----------------------\n" + cstr(signature))
|
||||
""" + d.description + "\n\n---\n\n" + cstr(signature))
|
||||
|
||||
sendmail(\
|
||||
recipients = [cstr(d.raised_by)], \
|
||||
|
||||
Reference in New Issue
Block a user