fix is_active student flag and apply it in all pages
This commit is contained in:
@@ -156,6 +156,7 @@ $selectedYear = trim((string)($selectedYear ?? ''));
|
||||
<a href="#" class="text-decoration-none" data-family-student-id="<?= (int)($student['id'] ?? 0) ?>">
|
||||
<?= esc($student['firstname']) ?>
|
||||
</a>
|
||||
<?= student_enrollment_status_button($student, $selectedYear) ?>
|
||||
</td>
|
||||
<td>
|
||||
<a href="#" class="text-decoration-none" data-family-student-id="<?= (int)($student['id'] ?? 0) ?>">
|
||||
|
||||
Reference in New Issue
Block a user