mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
[fix] [minor] item price added in setup page and stock
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user