From 8781e2a8702d8ad971e75eb61ff9c76cb87be298 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 16 Dec 2025 06:31:19 +0100 Subject: [PATCH] Fix #11368 --- 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 55b21da16c..e3b3b21acb 100644 --- a/app/Services/Internal/Update/JournalUpdateService.php +++ b/app/Services/Internal/Update/JournalUpdateService.php @@ -683,8 +683,8 @@ class JournalUpdateService } event(new TriggeredAuditLog( - $this->transactionGroup->user, - $this->transactionGroup, + $group->user, + $group, 'update_amount', [ 'currency_symbol' => $destTransaction->transactionCurrency->symbol,