Merge branch 'shf_rename' of github.com:webnotes/erpnext into shf_rename

This commit is contained in:
Nabin Hait
2012-05-15 12:15:44 +05:30

View File

@@ -171,5 +171,6 @@ def get_support_mails():
"""
Gets new emails from support inbox and updates / creates Support Ticket records
"""
SupportMailbox().get_messages()
import webnotes
if webnotes.conn.get_value('Email Settings', None, 'sync_support_mails'):
SupportMailbox().get_messages()