瀏覽代碼

Merge pull request #2982 from mbauskar/hotfix

[patch] Email inbox desktop icon fixes
version-14
Nabin Hait 8 年之前
committed by GitHub
父節點
當前提交
4e403b0f5d
共有 2 個文件被更改,包括 3 次插入1 次删除
  1. +2
    -1
      frappe/config/desktop.py
  2. +1
    -0
      frappe/patches.txt

+ 2
- 1
frappe/config/desktop.py 查看文件

@@ -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',


+ 1
- 0
frappe/patches.txt 查看文件

@@ -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…
取消
儲存