Add absenteereport to class when adding session.
authorDan Marsden <dan@danmarsden.com>
Thu, 7 Dec 2017 00:10:09 +0000 (13:10 +1300)
committerDan Marsden <dan@danmarsden.com>
Thu, 7 Dec 2017 00:10:09 +0000 (13:10 +1300)
locallib.php

index b528463..8bc98f0 100644 (file)
@@ -616,6 +616,7 @@ function attendance_construct_sessions_data_for_add($formdata, mod_attendance_st
         $sess->studentpassword = '';
         $sess->automark = 0;
         $sess->automarkcompleted = 0;
+        $sess->absenteereport = 1;
 
         if (isset($formdata->studentscanmark) && !empty($formdata->studentscanmark)) {
             // Students will be able to mark their own attendance.