🤖 Auto commit for release 'develop' on 2025-12-15

This commit is contained in:
JC5
2025-12-15 14:26:50 +01:00
parent e1f8ea3b1a
commit 5b007fbe01
4 changed files with 226 additions and 226 deletions

View File

@@ -674,11 +674,11 @@ class JournalUpdateService
$this->destinationTransaction->refresh();
Log::debug(sprintf('Updated amount to "%s"', $amount));
$group = $this->transactionGroup;
if(null === $group) {
$group = $this->transactionGroup;
if (null === $group) {
$group = $this->transactionJournal?->transactionGroup;
}
if(null === $group) {
if (null === $group) {
return;
}