mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix #1070
This commit is contained in:
@@ -359,7 +359,7 @@ class ImportAccount
|
||||
'name' => $this->accountName['value'] ?? '(no name)',
|
||||
'iban' => $this->accountIban['value'] ?? null,
|
||||
'active' => true,
|
||||
'virtualBalance' => null,
|
||||
'virtualBalance' => '0',
|
||||
];
|
||||
|
||||
$this->account = $this->repository->store($data);
|
||||
|
||||
Reference in New Issue
Block a user