diff --git a/src/pretix/plugins/reports/exporters.py b/src/pretix/plugins/reports/exporters.py index 6bf30f837..2ce677b05 100644 --- a/src/pretix/plugins/reports/exporters.py +++ b/src/pretix/plugins/reports/exporters.py @@ -410,7 +410,7 @@ class OverviewReport(Report): for tup in items_by_category: if tup[0]: tdata.append([ - Paragraph(str(tup[0].name), tstyle_bold) + Paragraph(str(tup[0]), tstyle_bold) ]) for l, s in states: tdata[-1].append(str(tup[0].num[l][0]))