Merge branch 'shf_rename'

This commit is contained in:
Anand Doshi
2012-05-14 18:03:45 +05:30
7 changed files with 25 additions and 21 deletions

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()