Overview report: Fix usage of internal names

This commit is contained in:
Raphael Michel
2024-01-19 16:38:32 +01:00
parent 18e1e7716c
commit a1a553eb52

View File

@@ -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]))