mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Fix TypeError introduced in 50dabb5b2
This commit is contained in:
@@ -259,7 +259,7 @@ class PDFCheckinList(ReportlabExportMixin, CheckInListMixin, BaseExporter):
|
||||
op.order.code,
|
||||
Paragraph(name, self.get_style()),
|
||||
Paragraph(str(op.item) + (" – " + str(op.variation.value) if op.variation else "") + "<br/>" +
|
||||
((str(op.seat) + " / ") if op.seat else None) +
|
||||
((str(op.seat) + " / ") if op.seat else "") +
|
||||
money_filter(op.price, self.event.currency), self.get_style()),
|
||||
]
|
||||
acache = {}
|
||||
|
||||
Reference in New Issue
Block a user