various translation missed __()

This commit is contained in:
81552433qqcom
2014-09-10 15:36:53 +08:00
committed by Anand Doshi
parent 97478b746d
commit 4bab0a2f54
8 changed files with 20 additions and 20 deletions

View File

@@ -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");
}

View File

@@ -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
};