Fix issue with seating including advance only entries.

This commit is contained in:
Matt Young 2025-11-08 15:55:26 -06:00
parent 67ceae6f01
commit 6f657415aa
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ class RankAuditionEntries
}
$sortedEntries = $audition->entries()
->where('for_seating', true)
->whereHas('totalScore')
->with('totalScore')
->with('student.school')