From 611748fbaf516cefad4095219ee21ceee9244114 Mon Sep 17 00:00:00 2001 From: Sander Dorigo Date: Tue, 1 Apr 2025 10:54:08 +0200 Subject: [PATCH] fix #10069 --- app/Support/Http/Controllers/PeriodOverview.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Support/Http/Controllers/PeriodOverview.php b/app/Support/Http/Controllers/PeriodOverview.php index 72b5578c3c..79b4979029 100644 --- a/app/Support/Http/Controllers/PeriodOverview.php +++ b/app/Support/Http/Controllers/PeriodOverview.php @@ -246,7 +246,7 @@ trait PeriodOverview $currencyCode = $journal['foreign_currency_code']; $currencyName = $journal['foreign_currency_name']; $currencySymbol = $journal['foreign_currency_symbol']; - $currencyDecimalPlaces = $journal['foreign_decimal_places']; + $currencyDecimalPlaces = $journal['foreign_currency_decimal_places']; $amount = $journal['foreign_amount'] ?? '0'; } $return[$currencyId] ??= [