mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 04:39:11 +00:00
support ticket response deprecated, moved to communication
This commit is contained in:
@@ -64,7 +64,7 @@ class DocType(TransactionBase):
|
|||||||
|
|
||||||
def last_response(self):
|
def last_response(self):
|
||||||
"""return last response"""
|
"""return last response"""
|
||||||
tmp = webnotes.conn.sql("""select mail from `tabCommunication`
|
tmp = webnotes.conn.sql("""select content from `tabCommunication`
|
||||||
where support_ticket = %s order by creation desc limit 1
|
where support_ticket = %s order by creation desc limit 1
|
||||||
""", self.doc.name)
|
""", self.doc.name)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user