[translations] for #4461

This commit is contained in:
Rushabh Mehta
2015-12-10 10:34:32 +05:30
parent 2af44ffd06
commit c819fd4ee8
2 changed files with 32 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
frappe.ui.form.on("Activity Type", {
refresh: function(frm) {
frm.add_custom_button("Activity Cost per Employee", function() {
frm.add_custom_button(__("Activity Cost per Employee"), function() {
frappe.route_options = {"activity_type": frm.doc.name};
frappe.set_route("List", "Activity Cost");
});