mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
API: Add "currently inside" to checkin statistics
This commit is contained in:
@@ -111,7 +111,8 @@ class CheckinListViewSet(viewsets.ModelViewSet):
|
||||
'name': str(ev.name),
|
||||
},
|
||||
'checkin_count': cqs.count(),
|
||||
'position_count': pqs.count()
|
||||
'position_count': pqs.count(),
|
||||
'inside_count': clist.inside_count,
|
||||
}
|
||||
|
||||
op_by_item = {
|
||||
|
||||
Reference in New Issue
Block a user