Fix in student attendacne tool
This commit is contained in:
parent
4782e8b751
commit
29ee263093
@ -127,6 +127,8 @@ schools.StudentsEditor = Class.extend({
|
|||||||
function() { //ifyes
|
function() { //ifyes
|
||||||
frappe.call({
|
frappe.call({
|
||||||
method: "erpnext.schools.api.mark_attendance",
|
method: "erpnext.schools.api.mark_attendance",
|
||||||
|
freeze: true,
|
||||||
|
freeze_message: "Marking attendance",
|
||||||
args: {
|
args: {
|
||||||
"students_present": students_present,
|
"students_present": students_present,
|
||||||
"students_absent": students_absent,
|
"students_absent": students_absent,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user