mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-19 02:04:50 +00:00
Fix in student attendacne tool
This commit is contained in:
committed by
Nabin Hait
parent
4782e8b751
commit
29ee263093
@@ -127,6 +127,8 @@ schools.StudentsEditor = Class.extend({
|
||||
function() { //ifyes
|
||||
frappe.call({
|
||||
method: "erpnext.schools.api.mark_attendance",
|
||||
freeze: true,
|
||||
freeze_message: "Marking attendance",
|
||||
args: {
|
||||
"students_present": students_present,
|
||||
"students_absent": students_absent,
|
||||
|
||||
Reference in New Issue
Block a user