commit | cea7d32b31d9c885cf74173e1b31013bb0485d7b | [log] [tgz] |
---|---|---|
author | mbauskar <mbauskar@gmail.com> | Thu Feb 23 20:28:47 2017 +0530 |
committer | mbauskar <mbauskar@gmail.com> | Thu Feb 23 20:28:47 2017 +0530 |
tree | 122affb2e38303220bbd483c2a0244152ddbaae9 | |
parent | 089c5caea5284c3a8d90324ab9680e24561bdc0f [diff] [blame] |
[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",