respect organization currency setting in shared report

This commit is contained in:
Gregor Vostrak
2025-05-06 12:37:38 +02:00
parent b796d232f5
commit 06c6c874eb
3 changed files with 14 additions and 5 deletions

View File

@@ -446,6 +446,7 @@ const tableData = computed(() => {
<ReportingRow
v-for="entry in tableData"
:key="entry.description ?? 'none'"
:currency="getOrganizationCurrencyString()"
:entry="entry"
:type="
aggregatedTableTimeEntries.grouped_type