mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Fix invoice download if not all invoices have PDFs yet
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import logging
|
||||
from datetime import timedelta
|
||||
import pytz
|
||||
|
||||
import pytz
|
||||
from django.contrib import messages
|
||||
from django.db.models import Q
|
||||
from django.shortcuts import redirect
|
||||
|
||||
Reference in New Issue
Block a user