mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
[translations] for #4461
This commit is contained in:
@@ -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");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user