Include expire date on invoices

This commit is contained in:
Raphael Michel
2019-12-06 20:43:01 +01:00
parent a6dd6ac537
commit a12fea71e5
5 changed files with 20 additions and 2 deletions

View File

@@ -369,6 +369,7 @@ class Event(EventMixin, LoggedModel):
This way, we can use this to introduce new default settings to pretix that do not affect existing events.
"""
self.settings.invoice_renderer = 'modern1'
self.settings.invoice_include_expire_date = True
@property
def social_image(self):