mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
committed by
Raphael Michel
parent
2791501781
commit
4584d23434
@@ -101,7 +101,7 @@ class VoucherTags(EventPermissionRequiredMixin, TemplateView):
|
||||
ctx = super().get_context_data(**kwargs)
|
||||
|
||||
tags = self.request.event.vouchers.order_by('tag').filter(tag__isnull=False).values('tag').annotate(
|
||||
total=Count('id'),
|
||||
total=Sum('max_usages'),
|
||||
redeemed=Sum('redeemed')
|
||||
)
|
||||
for t in tags:
|
||||
|
||||
Reference in New Issue
Block a user