[fix] Desktop Icon - Setup Wizard issue - Fixes frappe/erpnext#5586
This commit is contained in:
parent
cc649a7504
commit
8d02c71dc0
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,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': label,
|
||||
'module_name': _doctype,
|
||||
'link': link,
|
||||
'type': type,
|
||||
'_doctype': _doctype,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue