ソースを参照

Merge pull request #2034 from rmehta/desktop-icon-fix

[fix] let module_name be the label for Desktop Icon so we can have reports too
version-14
Nabin Hait 8年前
committed by GitHub
コミット
19c25b64ab
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      frappe/desk/doctype/desktop_icon/desktop_icon.py

+ 1
- 1
frappe/desk/doctype/desktop_icon/desktop_icon.py ファイルの表示

@@ -117,7 +117,7 @@ def add_user_icon(_doctype, label=None, link=None, type='link', standard=0):
new_icon = frappe.get_doc({ new_icon = frappe.get_doc({
'doctype': 'Desktop Icon', 'doctype': 'Desktop Icon',
'label': label, 'label': label,
'module_name': _doctype,
'module_name': label,
'link': link, 'link': link,
'type': type, 'type': type,
'_doctype': _doctype, '_doctype': _doctype,


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