From ff58261407bb37768d74d71295cfdc9b82ccd864 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Fri, 2 Jan 2015 14:40:48 +0530 Subject: [PATCH] [icons] mfg and shopping cart --- erpnext/config/desktop.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/config/desktop.py b/erpnext/config/desktop.py index 94d784172d1..968473ed474 100644 --- a/erpnext/config/desktop.py +++ b/erpnext/config/desktop.py @@ -23,7 +23,7 @@ def get_data(): "Manufacturing": { "color": "#7f8c8d", "icon": "icon-cogs", - "icon": "octicon octicon-gear", + "icon": "octicon octicon-tools", "type": "module" }, "POS": { @@ -60,7 +60,7 @@ def get_data(): "Shopping Cart": { "color": "#B7E090", "icon": "icon-shopping-cart", - "icon": "octicon octicon-gear", + "icon": "octicon octicon-gift", "label": _("Shopping Cart"), "link": "Form/Shopping Cart Settings", "type": "module"