Merge pull request #2982 from mbauskar/hotfix

[patch] Email inbox desktop icon fixes
This commit is contained in:
Nabin Hait 2017-03-31 11:44:45 +05:30 committed by GitHub
commit 4e403b0f5d
2 changed files with 3 additions and 1 deletions

View file

@ -4,7 +4,8 @@ from frappe import _
def get_data():
return [
{
"module_name": 'Communication',
"module_name": 'Core',
"type": 'list',
"label": _('Email Inbox'),
"_label": _('Email Inbox'),
"_id": 'Email Inbox',

View file

@ -173,3 +173,4 @@ frappe.patches.v7_2.update_communications
frappe.patches.v8_0.deprecate_integration_broker
frappe.patches.v8_0.setup_email_inbox #2017-03-29
frappe.patches.v8_0.newsletter_childtable_migrate
execute:frappe.db.sql("delete from `tabDesktop Icon` where module_name='Communication'")