We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07a85d commit 6dc8f68Copy full SHA for 6dc8f68
backend/app/Repository/Eloquent/CheckInListRepository.php
@@ -41,6 +41,7 @@ public function getCheckedInAttendeeCountById(int $checkInListId): CheckedInAtte
41
JOIN ticket_check_in_lists tcil ON a.ticket_id = tcil.ticket_id
42
WHERE a.deleted_at IS NULL
43
AND tcil.deleted_at IS NULL
44
+ AND a.status = 'ACTIVE'
45
)
46
SELECT
47
cil.id AS check_in_list_id,
0 commit comments