Merge pull request #2982 from mbauskar/hotfix
[patch] Email inbox desktop icon fixes
This commit is contained in:
commit
4e403b0f5d
2 changed files with 3 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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'")
|
||||
Loading…
Add table
Reference in a new issue