mirror of
https://github.com/pretix/pretix.git
synced 2026-04-24 23:32:33 +00:00
Voucher CSV download: Do not output "any product" (Z#23224795) (#5969)
This commit is contained in:
@@ -131,7 +131,7 @@ class VoucherList(PaginationMixin, EventPermissionRequiredMixin, ListView):
|
||||
elif v.quota:
|
||||
prod = _('Any product in quota "{quota}"').format(quota=str(v.quota.name))
|
||||
else:
|
||||
prod = _('Any product')
|
||||
prod = ""
|
||||
row = [
|
||||
v.code,
|
||||
v.valid_until.isoformat() if v.valid_until else "",
|
||||
|
||||
Reference in New Issue
Block a user