mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
This fixes #717
This commit is contained in:
parent
650f0ee752
commit
99a0bf1286
@ -179,7 +179,7 @@ class AccountRepository implements AccountRepositoryInterface
|
||||
{
|
||||
// update the account:
|
||||
$account->name = $data['name'];
|
||||
$account->active = $data['active'] === '1' ? true : false;
|
||||
$account->active = $data['active'];
|
||||
$account->virtual_balance = $data['virtualBalance'];
|
||||
$account->iban = $data['iban'];
|
||||
$account->save();
|
||||
|
Loading…
Reference in New Issue
Block a user