mirror of
https://github.com/pretix/pretix.git
synced 2026-05-11 16:13:59 +00:00
Invoice generation: Add way for renderers to signal they are not ready (#5905)
This commit is contained in:
@@ -148,6 +148,10 @@ class NumberedCanvas(Canvas):
|
||||
self.restoreState()
|
||||
|
||||
|
||||
class InvoiceNotReadyException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class BaseInvoiceRenderer:
|
||||
"""
|
||||
This is the base class for all invoice renderers.
|
||||
|
||||
Reference in New Issue
Block a user