From c8e95fe1318f9b5884e03472d7ed3defb3e5d573 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 9 Feb 2026 20:05:38 +0100 Subject: [PATCH] Fix audit log entry position. --- app/Services/Internal/Update/JournalUpdateService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Services/Internal/Update/JournalUpdateService.php b/app/Services/Internal/Update/JournalUpdateService.php index d53fc889cf..7052888cb9 100644 --- a/app/Services/Internal/Update/JournalUpdateService.php +++ b/app/Services/Internal/Update/JournalUpdateService.php @@ -551,7 +551,7 @@ class JournalUpdateService event( new TransactionGroupRequestsAuditLogEntry( $group->user, - $group, + $this->transactionJournal, 'update_amount', [ 'currency_symbol' => $recordCurrency->symbol, @@ -767,7 +767,7 @@ class JournalUpdateService event( new TransactionGroupRequestsAuditLogEntry( $group->user, - $group, + $this->transactionJournal, 'update_foreign_amount', [ 'currency_symbol' => $recordCurrency->symbol,