diff --git a/setup/page/setup/setup.py b/setup/page/setup/setup.py index 6e6be3102bd..1569ef00da6 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 70fba89e6cf..713fe282968 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",