forked from CGM_Public/pretix_original
Check-in list exporter: Make date filter behave more consistently
This commit is contained in:
@@ -181,7 +181,7 @@ class CheckInListMixin(BaseExporter):
|
|||||||
if dt_start:
|
if dt_start:
|
||||||
qs = qs.filter(subevent__date_from__gte=dt_start)
|
qs = qs.filter(subevent__date_from__gte=dt_start)
|
||||||
if dt_end:
|
if dt_end:
|
||||||
qs = qs.filter(subevent__date_to__lt=dt_end)
|
qs = qs.filter(subevent__date_from__lt=dt_end)
|
||||||
|
|
||||||
o = ()
|
o = ()
|
||||||
if self.event.has_subevents and not cl.subevent:
|
if self.event.has_subevents and not cl.subevent:
|
||||||
|
|||||||
Reference in New Issue
Block a user