This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
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 years ago
committed by
GitHub
parent
5b83bb4d27
e5efaea64b
commit
19c25b64ab
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/desk/doctype/desktop_icon/desktop_icon.py
+ 1
- 1
frappe/desk/doctype/desktop_icon/desktop_icon.py
View File
@@ -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,
Write
Preview
Loading…
Cancel
Save