🤖 Auto commit for release 'develop' on 2025-09-10

This commit is contained in:
JC5
2025-09-10 06:49:42 +02:00
parent 58d175444b
commit 01e7b604da
5 changed files with 21 additions and 21 deletions

View File

@@ -921,7 +921,7 @@ trait MetaCollection
$this->withCategoryInformation();
$this->query->whereNull('category_transaction_journal.category_id');
// better fix for #10507
$this->query->whereNotIn('transaction_types.type', [ TransactionTypeEnum::OPENING_BALANCE->value]);
$this->query->whereNotIn('transaction_types.type', [TransactionTypeEnum::OPENING_BALANCE->value]);
return $this;
}