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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -5,7 +5,7 @@
{
'creation': '2012-04-13 11:56:18',
'docstatus': 0,
'modified': '2012-05-08 17:17:51',
'modified': '2012-05-14 14:09:43',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
@@ -859,7 +859,8 @@
'fieldname': u'write_off_outstanding_amount_automatically',
'fieldtype': u'Check',
'label': u'Write Off Outstanding Amount Automatically',
'permlevel': 0
'permlevel': 0,
'print_hide': 1
},
# DocField

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