diff --git a/app/Support/Http/Controllers/PeriodOverview.php b/app/Support/Http/Controllers/PeriodOverview.php index 79b4979029..72b5578c3c 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_currency_decimal_places']; + $currencyDecimalPlaces = $journal['foreign_decimal_places']; $amount = $journal['foreign_amount'] ?? '0'; } $return[$currencyId] ??= [