Default to modern invoice renderer for new events

This commit is contained in:
Raphael Michel
2019-12-06 20:25:05 +01:00
parent fff14c31ba
commit e275677a0a

View File

@@ -368,6 +368,7 @@ class Event(EventMixin, LoggedModel):
This will be called after event creation, but only if the event was not created by copying an existing one.
This way, we can use this to introduce new default settings to pretix that do not affect existing events.
"""
self.settings.invoice_renderer = 'modern1'
@property
def social_image(self):