mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +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
|
A new Ticket has been raised for your query. If you have any additional information, please
|
||||||
reply back to this mail.
|
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:
|
Original Query:
|
||||||
|
|
||||||
""" + d.description + "\n----------------------\n" + cstr(signature))
|
""" + d.description + "\n\n---\n\n" + cstr(signature))
|
||||||
|
|
||||||
sendmail(\
|
sendmail(\
|
||||||
recipients = [cstr(d.raised_by)], \
|
recipients = [cstr(d.raised_by)], \
|
||||||
|
|||||||
Reference in New Issue
Block a user