mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 22:49:19 +00:00
[minor] [buying] show price list link in buying home
This commit is contained in:
@@ -65,6 +65,11 @@ wn.module_page["Buying"] = [
|
|||||||
"doctype":"Purchase Taxes and Charges Master",
|
"doctype":"Purchase Taxes and Charges Master",
|
||||||
"description": wn._("Tax Template for Purchase")
|
"description": wn._("Tax Template for Purchase")
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: wn._("Price List"),
|
||||||
|
description: wn._("Mupltiple Item prices."),
|
||||||
|
doctype:"Price List"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"doctype":"Supplier Type",
|
"doctype":"Supplier Type",
|
||||||
"label": wn._("Supplier Type"),
|
"label": wn._("Supplier Type"),
|
||||||
|
|||||||
Reference in New Issue
Block a user