forked from CGM_Public/pretix_original
Enable PDF and passbook outputs for new events by default
This commit is contained in:
@@ -371,6 +371,8 @@ class Event(EventMixin, LoggedModel):
|
|||||||
"""
|
"""
|
||||||
self.settings.invoice_renderer = 'modern1'
|
self.settings.invoice_renderer = 'modern1'
|
||||||
self.settings.invoice_include_expire_date = True
|
self.settings.invoice_include_expire_date = True
|
||||||
|
self.settings.ticketoutput_pdf__enabled = True
|
||||||
|
self.settings.ticketoutput_passbook__enabled = True
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def social_image(self):
|
def social_image(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user