[fix] [minor] renamed edit prices button from price list and item
diff --git a/setup/doctype/price_list/price_list.js b/setup/doctype/price_list/price_list.js
index 1f06934..84c4c2f 100644
--- a/setup/doctype/price_list/price_list.js
+++ b/setup/doctype/price_list/price_list.js
@@ -7,7 +7,7 @@
},
refresh: function() {
- cur_frm.add_custom_button("Edit Prices", function() {
+ cur_frm.add_custom_button("Add / Edit Prices", function() {
wn.route_options = {
"price_list": cur_frm.doc.name
};
diff --git a/stock/doctype/item/item.js b/stock/doctype/item/item.js
index 8ea4cd2..ecd4612 100644
--- a/stock/doctype/item/item.js
+++ b/stock/doctype/item/item.js
@@ -30,7 +30,7 @@
}
cur_frm.cscript.edit_prices_button = function() {
- cur_frm.add_custom_button("Edit Prices", function() {
+ cur_frm.add_custom_button("Add / Edit Prices", function() {
wn.route_options = {
"item_code": cur_frm.doc.name
};