Course admin can export to pdf see BT#12819

pull/2487/head
jmontoyaa 8 years ago
parent af901408e5
commit 2b35e8125c
  1. 2
      main/attendance/index.php

@ -331,7 +331,7 @@ switch ($action) {
);
break;
case 'calendar_logins':
if ($allowToEdit || api_is_drh()) {
if (api_is_course_admin() || api_is_drh()) {
$attendanceController->getAttendanceBaseInLogin(false, true);
}
break;

Loading…
Cancel
Save