mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 02:01:21 +00:00
Fix: button label
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user