mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Include expire date on invoices
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user