[fix] [minor] item price added in setup page and stock

This commit is contained in:
Akhilesh Darjee 2013-10-18 16:21:32 +05:30
parent cd80d86dbb
commit f295692937
2 changed files with 7 additions and 1 deletions

View File

@ -41,6 +41,7 @@ items = [
{"doctype":"UOM"},
{"doctype":"Brand"},
{"doctype":"Price List"},
{"doctype": "Item Price"},
{ "title": "Stock Settings",
"route": "Form/Stock Settings", "type": "Link", "icon": "icon-cog" },
],

View File

@ -77,7 +77,12 @@ wn.module_page["Stock"] = [
{
"doctype":"Price List",
"label": wn._("Price List"),
"description": wn._("Multiple Item Prices")
"description": wn._("Multiple Price list.")
},
{
"doctype":"Item Price",
"label": wn._("Price List"),
"description": wn._("Multiple Item prices.")
},
{
"doctype":"Quality Inspection",