Enable PDF and passbook outputs for new events by default

This commit is contained in:
Raphael Michel
2020-04-02 18:03:26 +02:00
parent c7dd50de0d
commit 7b1e1a48ef

View File

@@ -371,6 +371,8 @@ class Event(EventMixin, LoggedModel):
"""
self.settings.invoice_renderer = 'modern1'
self.settings.invoice_include_expire_date = True
self.settings.ticketoutput_pdf__enabled = True
self.settings.ticketoutput_passbook__enabled = True
@property
def social_image(self):