mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-01 21:19:11 -06:00
Wrong variable name.
This commit is contained in:
parent
5701597e20
commit
170e35aecc
@ -354,7 +354,7 @@ trait JournalServiceTrait
|
||||
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' => $preferredType,
|
||||
|
Loading…
Reference in New Issue
Block a user