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,