mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-27 13:57:25 +00:00
Wrong variable name.
This commit is contained in:
@@ -354,7 +354,7 @@ trait JournalServiceTrait
|
|||||||
throw new FireflyException('TransactionFactory: Cannot create asset account with these values', $data);
|
throw new FireflyException('TransactionFactory: Cannot create asset account with these values', $data);
|
||||||
}
|
}
|
||||||
|
|
||||||
$result = $this->accountRepository->store(
|
$account = $this->accountRepository->store(
|
||||||
[
|
[
|
||||||
'account_type_id' => null,
|
'account_type_id' => null,
|
||||||
'account_type' => $preferredType,
|
'account_type' => $preferredType,
|
||||||
|
|||||||
Reference in New Issue
Block a user