mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 19:19:17 +00:00
[cleanups]
This commit is contained in:
18
erpnext/config/website.py
Normal file
18
erpnext/config/website.py
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
from frappe import _
|
||||||
|
|
||||||
|
def get_data():
|
||||||
|
return [
|
||||||
|
{
|
||||||
|
"label": _("Shopping Cart"),
|
||||||
|
"icon": "icon-wrench",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "Shopping Cart Settings",
|
||||||
|
"label": _("Shopping Cart Settings"),
|
||||||
|
"description": _("Settings for online shopping cart such as shipping rules, price list etc."),
|
||||||
|
"hide_count": True
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user