Merge pull request #977 from akhileshdarjee/master

[fix] [minor] item price added in setup page and stock
This commit is contained in:
Nabin Hait 2013-10-18 04:06:39 -07:00
commit 009a2d0f7e
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",