[fix] [minor] item price added in setup page and stock
diff --git a/setup/page/setup/setup.py b/setup/page/setup/setup.py
index 6e6be31..1569ef0 100644
--- a/setup/page/setup/setup.py
+++ b/setup/page/setup/setup.py
@@ -41,6 +41,7 @@
{"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 70fba89..713fe28 100644
--- a/stock/page/stock_home/stock_home.js
+++ b/stock/page/stock_home/stock_home.js
@@ -77,7 +77,12 @@
{
"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",