Fix missing import
authorMagnus Hagander <magnus@hagander.net>
Fri, 20 Oct 2017 08:35:30 +0000 (10:35 +0200)
committerMagnus Hagander <magnus@hagander.net>
Fri, 20 Oct 2017 08:35:30 +0000 (10:35 +0200)
postgresqleu/confreg/views.py

index 2488c005ead336fba2f2ff4750438c408ab0299a..efe66032e3eb59ce0a2459afd50ff6a612e03afb 100644 (file)
@@ -43,7 +43,7 @@ from postgresqleu.util.random import generate_random_token
 from postgresqleu.invoices.models import Invoice, InvoicePaymentMethod, InvoiceRow
 from postgresqleu.confwiki.models import Wikipage
 from postgresqleu.invoices.util import InvoiceManager, InvoicePresentationWrapper
-from postgresqleu.invoices.models import InvoiceProcessor
+from postgresqleu.invoices.models import InvoiceProcessor, InvoiceHistory
 from postgresqleu.mailqueue.util import send_mail, send_simple_mail, send_template_mail, template_to_string
 from postgresqleu.util.jsonutil import JsonSerializer