mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
This fixes #717
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user