Fix in student attendacne tool

This commit is contained in:
Manas Solanki 2017-04-10 13:09:04 +05:30 committed by Nabin Hait
parent 4782e8b751
commit 29ee263093

View File

@ -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,