mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-16 10:20:31 +00:00
various translation missed __()
This commit is contained in:
committed by
Anand Doshi
parent
97478b746d
commit
4bab0a2f54
@@ -47,7 +47,7 @@ cur_frm.cscript.make_dashboard = function() {
|
||||
}
|
||||
|
||||
cur_frm.cscript.edit_prices_button = function() {
|
||||
cur_frm.add_custom_button("Add / Edit Prices", function() {
|
||||
cur_frm.add_custom_button(__("Add / Edit Prices)", function() {
|
||||
frappe.set_route("Report", "Item Price", {"item_code": cur_frm.doc.name});
|
||||
}, "icon-money");
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ $.extend(cur_frm.cscript, {
|
||||
},
|
||||
|
||||
refresh: function() {
|
||||
cur_frm.add_custom_button("Add / Edit Prices", function() {
|
||||
cur_frm.add_custom_button(__("Add / Edit Prices"), function() {
|
||||
frappe.route_options = {
|
||||
"price_list": cur_frm.doc.name
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user