Recap Work
This commit is contained in:
parent
8866faf294
commit
ac7ae4fa50
|
|
@ -26,6 +26,9 @@ class RecapController extends Controller
|
|||
$recapRows = [];
|
||||
$rowOn = 1;
|
||||
foreach ($entries as $entry) {
|
||||
if ($entry->hasFlag('no_show')) {
|
||||
continue;
|
||||
}
|
||||
$recapRows[$rowOn]['rank'] = $entry->raw_rank;
|
||||
$recapRows[$rowOn]['name'] = $entry->student->full_name(true);
|
||||
$recapRows[$rowOn]['school'] = $entry->student->school->name;
|
||||
|
|
|
|||
Loading…
Reference in New Issue