fix reporting descriptions for nested group

This commit is contained in:
Gregor Vostrak
2024-12-03 16:47:34 +01:00
committed by Constantin Graf
parent ae7f5a98e7
commit 32bce2f749

View File

@@ -258,7 +258,7 @@ const tableData = computed(() => {
cost: el.cost, cost: el.cost,
description: getNameForReportingRowEntry( description: getNameForReportingRowEntry(
el.key, el.key,
el.grouped_type entry.grouped_type
), ),
}; };
}) ?? [], }) ?? [],