Fix issue with seating including advance only entries.
This commit is contained in:
parent
67ceae6f01
commit
6f657415aa
|
|
@ -53,6 +53,7 @@ class RankAuditionEntries
|
|||
}
|
||||
|
||||
$sortedEntries = $audition->entries()
|
||||
->where('for_seating', true)
|
||||
->whereHas('totalScore')
|
||||
->with('totalScore')
|
||||
->with('student.school')
|
||||
|
|
|
|||
Loading…
Reference in New Issue