[patch] breakup global defaults

This commit is contained in:
Rushabh Mehta
2013-06-25 11:46:07 +05:30
parent 7a93d5de30
commit d242a8babd
13 changed files with 125 additions and 225 deletions

View File

@@ -53,6 +53,12 @@ wn.module_page["Buying"] = [
title: wn._("Setup"),
icon: "icon-cog",
items: [
{
"label": wn._("Buying Settings"),
"route": "Form/Buying Settings",
"doctype":"Buying Settings",
"description": "Settings for Buying Module"
},
{
"label": wn._("Purchase Taxes and Charges Master"),
"doctype":"Purchase Taxes and Charges Master",