mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 04:39:11 +00:00
committed by
Rushabh Mehta
parent
945f502748
commit
367b90e3ae
@@ -268,5 +268,13 @@ def get_data():
|
|||||||
"icon": "octicon octicon-plus",
|
"icon": "octicon octicon-plus",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"label": _("Healthcare")
|
"label": _("Healthcare")
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"module_name": "Data Import Tool",
|
||||||
|
"color": "#7f8c8d",
|
||||||
|
"icon": "octicon octicon-circuit-board",
|
||||||
|
"type": "page",
|
||||||
|
"link": "data-import-tool",
|
||||||
|
"label": _("Data Import Tool")
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user