commit | 9f0d64b6793427c421091ff3e6e5530c5d46c281 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Fri Feb 24 12:50:16 2017 +0530 |
committer | GitHub <noreply@github.com> | Fri Feb 24 12:50:16 2017 +0530 |
tree | 14d04f6e96fb474941f5f00c4f81bd534ab80998 | |
parent | 4c27ec561853fedcdeea026f17355675f12e9108 [diff] | |
parent | cea7d32b31d9c885cf74173e1b31013bb0485d7b [diff] |
Merge pull request #7841 from mbauskar/hotfix [minor] fixed assessment module icon
diff --git a/erpnext/config/desktop.py b/erpnext/config/desktop.py index 9397ffc..75b7660 100644 --- a/erpnext/config/desktop.py +++ b/erpnext/config/desktop.py
@@ -231,7 +231,7 @@ { "module_name": "Assessment", "color": "#8a70be", - "icon": "fa fa-file-text-alt", + "icon": "fa fa-file-text", "label": _("Assessment"), "link": "List/Assessment", "_doctype": "Assessment",