Browse Source

Merge pull request #2982 from mbauskar/hotfix

[patch] Email inbox desktop icon fixes
version-14
Nabin Hait 8 years ago
committed by GitHub
parent
commit
4e403b0f5d
2 changed files with 3 additions and 1 deletions
  1. +2
    -1
      frappe/config/desktop.py
  2. +1
    -0
      frappe/patches.txt

+ 2
- 1
frappe/config/desktop.py View File

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


+ 1
- 0
frappe/patches.txt View File

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

Loading…
Cancel
Save