Fix: button label
This commit is contained in:
parent
dcf598dc2d
commit
00a8081aba
@ -4,7 +4,7 @@
|
|||||||
frappe.ui.form.on('Shift Type', {
|
frappe.ui.form.on('Shift Type', {
|
||||||
refresh: function(frm) {
|
refresh: function(frm) {
|
||||||
frm.add_custom_button(
|
frm.add_custom_button(
|
||||||
'Mark Auto Attendance',
|
'Mark Attendance',
|
||||||
() => frm.call({
|
() => frm.call({
|
||||||
doc: frm.doc,
|
doc: frm.doc,
|
||||||
method: 'process_auto_attendance',
|
method: 'process_auto_attendance',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user