From 253982d57955e27d31eaf497cc6a37ee009ada3e Mon Sep 17 00:00:00 2001 From: Sander Dorigo Date: Tue, 1 Apr 2025 10:33:58 +0200 Subject: [PATCH] Fix #10069 --- app/Repositories/Account/AccountRepository.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Repositories/Account/AccountRepository.php b/app/Repositories/Account/AccountRepository.php index 55112edf19..3f97289ee6 100644 --- a/app/Repositories/Account/AccountRepository.php +++ b/app/Repositories/Account/AccountRepository.php @@ -676,7 +676,7 @@ class AccountRepository implements AccountRepositoryInterface, UserGroupInterfac 'foreign_currencies.code as foreign_currency_code', 'foreign_currencies.name as foreign_currency_name', 'foreign_currencies.symbol as foreign_currency_symbol', - 'foreign_currencies.decimal_places as foreign_decimal_places', + 'foreign_currencies.decimal_places as foreign_currency_decimal_places', // fields 'transaction_journals.date', 'transaction_types.type', 'transaction_journals.transaction_currency_id', 'transactions.amount'])