Change default settings for background color, invoice attachmentes and name scheme (#2288)

This commit is contained in:
Raphael Michel
2021-11-11 12:20:34 +01:00
committed by GitHub
parent e67b39a57b
commit 38a58d62f3
3 changed files with 14 additions and 8 deletions

View File

@@ -565,6 +565,8 @@ class Event(EventMixin, LoggedModel):
self.settings.ticketoutput_pdf__enabled = True
self.settings.ticketoutput_passbook__enabled = True
self.settings.event_list_type = 'calendar'
self.settings.invoice_email_attachment = True
self.settings.name_scheme = 'given_family'
@property
def social_image(self):