mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Fix issue in pdf report exporter
This commit is contained in:
@@ -291,7 +291,7 @@ class OverviewReport(Report):
|
||||
for tup in items_by_category:
|
||||
if tup[0]:
|
||||
tdata.append([
|
||||
Paragraph(tup[0].name, tstyle_bold)
|
||||
Paragraph(str(tup[0].name), tstyle_bold)
|
||||
])
|
||||
for l, s in states:
|
||||
tdata[-1].append(str(tup[0].num[l][0]))
|
||||
|
||||
Reference in New Issue
Block a user