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

This commit is contained in:
JC5
2025-10-12 16:06:57 +02:00
parent 55cf924794
commit f52bc0e242
6 changed files with 26 additions and 27 deletions

View File

@@ -88,7 +88,7 @@ trait JournalServiceTrait
// the account that Firefly III creates must be "creatable", aka select the one we can create from the list just in case
$creatableType = $this->getCreatableType($expectedTypes[$transactionType]);
Log::debug(sprintf('Creatable type is "%s"', $creatableType ), $expectedTypes[$transactionType]);
Log::debug(sprintf('Creatable type is "%s"', $creatableType), $expectedTypes[$transactionType]);
// if the result is NULL but the ID is set, an account could exist of the wrong type.
// that data can be used to create a new account of the right type.