forked from CGM_Public/pretix_original
Fix TypeError introduced in 50dabb5b2
This commit is contained in:
@@ -259,7 +259,7 @@ class PDFCheckinList(ReportlabExportMixin, CheckInListMixin, BaseExporter):
|
|||||||
op.order.code,
|
op.order.code,
|
||||||
Paragraph(name, self.get_style()),
|
Paragraph(name, self.get_style()),
|
||||||
Paragraph(str(op.item) + (" – " + str(op.variation.value) if op.variation else "") + "<br/>" +
|
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()),
|
money_filter(op.price, self.event.currency), self.get_style()),
|
||||||
]
|
]
|
||||||
acache = {}
|
acache = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user