mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-17 02:26:33 +00:00
Merge branch 'shf_rename'
This commit is contained in:
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
@@ -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
|
||||
|
||||
@@ -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()
|
||||
Reference in New Issue
Block a user