fix reporting descriptions for nested group

This commit is contained in:
Gregor Vostrak
2024-12-09 12:57:25 +01:00
committed by Constantin Graf
parent ae7f5a98e7
commit 32bce2f749
+1 -1
View File
@@ -258,7 +258,7 @@ const tableData = computed(() => {
cost: el.cost,
description: getNameForReportingRowEntry(
el.key,
el.grouped_type
entry.grouped_type
),
};
}) ?? [],