mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Fix migration of old ticket styles
This commit is contained in:
@@ -199,7 +199,7 @@ class PdfTicketOutput(BaseTicketOutput):
|
||||
})
|
||||
|
||||
def _legacy_layout(self):
|
||||
if self.settings.get('ticketoutput_pdf_background'):
|
||||
if self.settings.get('background'):
|
||||
return self._migrate_from_old_settings()
|
||||
else:
|
||||
return self._default_layout()
|
||||
|
||||
Reference in New Issue
Block a user