ソースを参照

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'")

読み込み中…
キャンセル
保存