diff --git a/setup/doctype/price_list/price_list.js b/setup/doctype/price_list/price_list.js index 1f0693497d..84c4c2f957 100644 --- a/setup/doctype/price_list/price_list.js +++ b/setup/doctype/price_list/price_list.js @@ -7,7 +7,7 @@ $.extend(cur_frm.cscript, { }, 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 8ea4cd21ea..ecd46125a5 100644 --- a/stock/doctype/item/item.js +++ b/stock/doctype/item/item.js @@ -30,7 +30,7 @@ cur_frm.cscript.make_dashboard = function() { } 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 };