mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
event_updates replaced by home
This commit is contained in:
@@ -20,7 +20,7 @@ class SupportMailbox(POP3Mailbox):
|
|||||||
"""
|
"""
|
||||||
Updates message from support email as either new or reply
|
Updates message from support email as either new or reply
|
||||||
"""
|
"""
|
||||||
from event_updates import update_feed
|
from home import update_feed
|
||||||
|
|
||||||
content, content_type = '[Blank Email]', 'text/plain'
|
content, content_type = '[Blank Email]', 'text/plain'
|
||||||
if mail.text_content:
|
if mail.text_content:
|
||||||
|
|||||||
Reference in New Issue
Block a user