From f29569293740eabd71440d5972fb5ce36777743b Mon Sep 17 00:00:00 2001 From: Akhilesh Darjee Date: Fri, 18 Oct 2013 16:21:32 +0530 Subject: [PATCH] [fix] [minor] item price added in setup page and stock --- setup/page/setup/setup.py | 1 + stock/page/stock_home/stock_home.js | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/setup/page/setup/setup.py b/setup/page/setup/setup.py index 6e6be3102b..1569ef00da 100644 --- a/setup/page/setup/setup.py +++ b/setup/page/setup/setup.py @@ -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" }, ], diff --git a/stock/page/stock_home/stock_home.js b/stock/page/stock_home/stock_home.js index 70fba89e6c..713fe28296 100644 --- a/stock/page/stock_home/stock_home.js +++ b/stock/page/stock_home/stock_home.js @@ -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",