使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
anoopmb
/
frappe
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
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
父节点
5b83bb4d27
e5efaea64b
当前提交
19c25b64ab
共有
1 个文件被更改
,包括
1 次插入
和
1 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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({
'doctype': 'Desktop Icon',
'label': label,
'module_name':
_doctype
,
'module_name':
label
,
'link': link,
'type': type,
'_doctype': _doctype,
撰写
预览
正在加载...
取消
保存