forked from CGM_Public/pretix_original
Fix exporter issue
This commit is contained in:
@@ -146,8 +146,8 @@ class Report(ReportlabExportMixin, BaseExporter):
|
|||||||
def identifier(self) -> str:
|
def identifier(self) -> str:
|
||||||
raise NotImplementedError()
|
raise NotImplementedError()
|
||||||
|
|
||||||
def __init__(self, event):
|
def __init__(self, *args, **kwargs):
|
||||||
super().__init__(event)
|
super().__init__(*args, **kwargs)
|
||||||
|
|
||||||
|
|
||||||
class OverviewReport(Report):
|
class OverviewReport(Report):
|
||||||
|
|||||||
Reference in New Issue
Block a user