mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 21:29:11 +00:00
[fixes] set todays date on employee attendance tool
This commit is contained in:
@@ -4,6 +4,7 @@ frappe.ui.form.on("Employee Attendance Tool", {
|
||||
},
|
||||
|
||||
onload: function(frm) {
|
||||
frm.set_value("date", get_today());
|
||||
erpnext.employee_attendance_tool.load_employees(frm);
|
||||
},
|
||||
|
||||
@@ -23,7 +24,6 @@ frappe.ui.form.on("Employee Attendance Tool", {
|
||||
erpnext.employee_attendance_tool.load_employees(frm);
|
||||
}
|
||||
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user