mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Fix various level 4 issues [skip ci]
This commit is contained in:
@@ -240,7 +240,7 @@ class UpgradesVariousCurrencyInformation extends Command
|
||||
private function isMultiCurrency(Account $account): bool
|
||||
{
|
||||
$value = $this->accountRepos->getMetaValue($account, 'is_multi_currency');
|
||||
if (false === $value || null === $value) {
|
||||
if (null === $value) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user