Browse Source

event_updates replaced by home

develop
nabinhait 13 years ago
parent
commit
10dc6be450
  1. 4
      maintenance/doctype/support_ticket/__init__.py

4
maintenance/doctype/support_ticket/__init__.py

@ -20,7 +20,7 @@ class SupportMailbox(POP3Mailbox):
"""
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'
if mail.text_content:
@ -60,4 +60,4 @@ def get_support_mails():
"""
Gets new emails from support inbox and updates / creates Support Ticket records
"""
SupportMailbox().get_messages()
SupportMailbox().get_messages()

Loading…
Cancel
Save