Fix bugs in previous commits

This commit is contained in:
Raphael Michel
2021-03-29 12:26:06 +02:00
parent 7d5170155a
commit 701d019a85
2 changed files with 1 additions and 1 deletions

View File

@@ -490,7 +490,6 @@ class EventIndex(EventViewMixin, EventListMixin, CartMixin, TemplateView):
filter_qs_by_attr(self.request.event.subevents_annotated(self.request.sales_channel.identifier).using(settings.DATABASE_REPLICA), self.request),
before, after, ebd, set(), self.request.event,
self.kwargs.get('cart_namespace'),
self.request.GET.get('voucher'),
voucher,
)