Skip to content

Commit

Permalink
Fix: button label
Browse files Browse the repository at this point in the history
  • Loading branch information
Anurag810 committed Aug 13, 2020
1 parent dcf598d commit 00a8081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/hr/doctype/shift_type/shift_type.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
frappe.ui.form.on('Shift Type', {
refresh: function(frm) {
frm.add_custom_button(
'Mark Auto Attendance',
'Mark Attendance',
() => frm.call({
doc: frm.doc,
method: 'process_auto_attendance',
Expand Down

0 comments on commit 00a8081

Please sign in to comment.