mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Will update IBAN in existing account if necessary and/or possible.
This commit is contained in:
@@ -125,7 +125,7 @@ trait AccountServiceTrait
|
||||
}
|
||||
}
|
||||
|
||||
// the account role may not be set in the data but we may have it already:
|
||||
// the account role may not be set in the data, but we may have it already:
|
||||
if (!array_key_exists('account_role', $data)) {
|
||||
$data['account_role'] = null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user