mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 04:39:11 +00:00
support fixes
This commit is contained in:
@@ -46,7 +46,7 @@ class SupportMailbox(POP3Mailbox):
|
|||||||
SELECT name
|
SELECT name
|
||||||
FROM `tabSupport Ticket`
|
FROM `tabSupport Ticket`
|
||||||
WHERE name=%s AND raised_by REGEXP %s
|
WHERE name=%s AND raised_by REGEXP %s
|
||||||
""" , (thread_id, '(' + email_id + ')'))
|
""" , (thread_id, '(' + mail.from_email + ')'))
|
||||||
if exists and exists[0] and exists[0][0]:
|
if exists and exists[0] and exists[0][0]:
|
||||||
st = webnotes.get_obj('Support Ticket', thread_id)
|
st = webnotes.get_obj('Support Ticket', thread_id)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user