[fix] [minor] item price added in setup page and stock
This commit is contained in:
parent
cd80d86dbb
commit
f295692937
@ -41,6 +41,7 @@ items = [
|
|||||||
{"doctype":"UOM"},
|
{"doctype":"UOM"},
|
||||||
{"doctype":"Brand"},
|
{"doctype":"Brand"},
|
||||||
{"doctype":"Price List"},
|
{"doctype":"Price List"},
|
||||||
|
{"doctype": "Item Price"},
|
||||||
{ "title": "Stock Settings",
|
{ "title": "Stock Settings",
|
||||||
"route": "Form/Stock Settings", "type": "Link", "icon": "icon-cog" },
|
"route": "Form/Stock Settings", "type": "Link", "icon": "icon-cog" },
|
||||||
],
|
],
|
||||||
|
|||||||
@ -77,7 +77,12 @@ wn.module_page["Stock"] = [
|
|||||||
{
|
{
|
||||||
"doctype":"Price List",
|
"doctype":"Price List",
|
||||||
"label": wn._("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",
|
"doctype":"Quality Inspection",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user