mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Forgot one iban key.
This commit is contained in:
parent
43d6b51d42
commit
02ae39238d
@ -462,6 +462,7 @@ class AccountRepository implements AccountRepositoryInterface
|
|||||||
'accountType' => $type,
|
'accountType' => $type,
|
||||||
'name' => $data['name'] . ' initial balance',
|
'name' => $data['name'] . ' initial balance',
|
||||||
'active' => false,
|
'active' => false,
|
||||||
|
'iban' => '',
|
||||||
'virtualBalance' => 0,
|
'virtualBalance' => 0,
|
||||||
];
|
];
|
||||||
$opposing = $this->storeAccount($opposingData);
|
$opposing = $this->storeAccount($opposingData);
|
||||||
|
Loading…
Reference in New Issue
Block a user