mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
pretixdroid: Search should also return unpaid tickets
This commit is contained in:
@@ -259,7 +259,6 @@ class ApiSearchView(ApiView):
|
|||||||
|
|
||||||
qs = OrderPosition.objects.filter(
|
qs = OrderPosition.objects.filter(
|
||||||
order__event=self.event,
|
order__event=self.event,
|
||||||
order__status=Order.STATUS_PAID,
|
|
||||||
subevent=self.config.list.subevent
|
subevent=self.config.list.subevent
|
||||||
).annotate(
|
).annotate(
|
||||||
last_checked_in=Subquery(cqs)
|
last_checked_in=Subquery(cqs)
|
||||||
|
|||||||
Reference in New Issue
Block a user