[fix] link fixes for tree structures #5651

This commit is contained in:
Saurabh
2016-07-05 18:02:38 +05:30
parent a86c5b196f
commit 52ec0ed134
6 changed files with 25 additions and 36 deletions

View File

@@ -55,13 +55,12 @@ def get_data():
"description": _("Accounting journal entries.")
},
{
"type": "page",
"name": "Tree",
"type": "doctype",
"name": "Account",
"icon": "icon-sitemap",
"label": _("Chart of Accounts"),
"route": "Tree/Account",
"description": _("Tree of financial accounts."),
"doctype": "Account",
},
{
"type": "report",
@@ -197,13 +196,12 @@ def get_data():
"label": _("Budget and Cost Center"),
"items": [
{
"type": "page",
"name": "Tree",
"type": "doctype",
"name": "Cost Center",
"icon": "icon-sitemap",
"label": _("Chart of Cost Centers"),
"route": "Tree/Cost Center",
"description": _("Tree of financial Cost Centers."),
"doctype": "Cost Center",
},
{
"type": "doctype",