[enhancement] configurable portal menu;

This commit is contained in:
Rushabh Mehta
2016-03-30 12:29:48 +05:30
parent df7e523c3f
commit c78b3110b5
5 changed files with 11 additions and 28 deletions

View File

@@ -3,8 +3,7 @@ from frappe import _
def get_data():
return [
{
"label": _("Shopping Cart"),
"icon": "icon-wrench",
"label": _("Portal"),
"items": [
{
"type": "doctype",