mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
Merge branch 'stable' into latest
This commit is contained in:
@@ -54,9 +54,9 @@ class DocType(TransactionBase):
|
|||||||
where name = %s
|
where name = %s
|
||||||
""", self.doc.name)
|
""", self.doc.name)
|
||||||
|
|
||||||
response_title = "\n\n=== In response to ===\n\n"
|
response_title = "=== In response to ==="
|
||||||
|
|
||||||
return response_title + tmp[0][0].split(response_title)[0]
|
return "\n\n" + response_title + "\n\n" + tmp[0][0].split(response_title)[0]
|
||||||
|
|
||||||
def make_response_record(self, response, from_email = None, content_type='text/plain'):
|
def make_response_record(self, response, from_email = None, content_type='text/plain'):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user