mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 09:54:47 +00:00
[icons] mfg and shopping cart
This commit is contained in:
@@ -23,7 +23,7 @@ def get_data():
|
|||||||
"Manufacturing": {
|
"Manufacturing": {
|
||||||
"color": "#7f8c8d",
|
"color": "#7f8c8d",
|
||||||
"icon": "icon-cogs",
|
"icon": "icon-cogs",
|
||||||
"icon": "octicon octicon-gear",
|
"icon": "octicon octicon-tools",
|
||||||
"type": "module"
|
"type": "module"
|
||||||
},
|
},
|
||||||
"POS": {
|
"POS": {
|
||||||
@@ -60,7 +60,7 @@ def get_data():
|
|||||||
"Shopping Cart": {
|
"Shopping Cart": {
|
||||||
"color": "#B7E090",
|
"color": "#B7E090",
|
||||||
"icon": "icon-shopping-cart",
|
"icon": "icon-shopping-cart",
|
||||||
"icon": "octicon octicon-gear",
|
"icon": "octicon octicon-gift",
|
||||||
"label": _("Shopping Cart"),
|
"label": _("Shopping Cart"),
|
||||||
"link": "Form/Shopping Cart Settings",
|
"link": "Form/Shopping Cart Settings",
|
||||||
"type": "module"
|
"type": "module"
|
||||||
|
|||||||
Reference in New Issue
Block a user