mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 00:04:24 +00:00
Forgot one iban key.
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user