[setup] bug fixes

This commit is contained in:
Rushabh Mehta
2013-06-26 22:31:22 +05:30
parent 5381bdd730
commit 65d12926fd
6 changed files with 21 additions and 10 deletions

View File

@@ -38,6 +38,8 @@ items = [
{"doctype":"UOM"},
{"doctype":"Brand"},
{"doctype":"Price List"},
{ "title": "Stock Settings",
"route": "Form/Stock Settings", "type": "Link", "icon": "icon-cog" },
],
},
{
@@ -48,6 +50,8 @@ items = [
{"doctype":"Sales Person", "tree": "Sales Browser"},
{"doctype":"Contact"},
{"doctype":"Address"},
{ "title": "Selling Settings",
"route": "Form/Selling Settings", "type": "Link", "icon": "icon-cog" },
]
},
{
@@ -56,6 +60,8 @@ items = [
{"doctype":"Supplier Type"},
{"doctype":"Contact"},
{"doctype":"Address"},
{ "title": "Buying Settings",
"route": "Form/Buying Settings", "type": "Link", "icon": "icon-cog" },
]
},
{