Allow to highlight order code on invoice layouts (#3309)

This commit is contained in:
Raphael Michel
2023-05-11 13:29:59 +02:00
committed by GitHub
parent 1777a954a9
commit 19e762c9b9
6 changed files with 32 additions and 4 deletions

View File

@@ -625,6 +625,7 @@ class Event(EventMixin, LoggedModel):
"""
self.settings.invoice_renderer = 'modern1'
self.settings.invoice_include_expire_date = True
self.settings.invoice_renderer_highlight_order_code = True
self.settings.ticketoutput_pdf__enabled = True
self.settings.ticketoutput_passbook__enabled = True
self.settings.event_list_type = 'calendar'