fix closing year
Tests / PHPUnit (push) Successful in 1m20s

This commit is contained in:
root
2026-08-10 01:11:16 -04:00
parent 1ef2800f12
commit c12bb59372
5 changed files with 416 additions and 126 deletions
+3 -1
View File
@@ -214,6 +214,7 @@
<th class="text-center">Spring Score</th>
<th class="text-center">Year Score</th>
<th class="text-center">Decision</th>
<th>Next year placement</th>
<th class="text-center">Source</th>
<th>Notes</th>
</tr>
@@ -251,6 +252,7 @@
<span class="text-muted small">—</span>
<?php endif; ?>
</td>
<td><?= esc((string)($row['next_year_placement'] ?? '') ?: '—') ?></td>
<td class="text-center">
<span class="badge <?= esc($srcCls) ?>"><?= esc($srcLabel) ?></span>
</td>
@@ -312,7 +314,7 @@
order: [[1, 'asc'], [0, 'asc']],
pageLength: 100,
lengthMenu: [25, 50, 100, 200],
columnDefs: [{ orderable: false, targets: [7] }]
columnDefs: [{ orderable: false, targets: [8] }]
});
} catch (_) {}
});