mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 22:58:09 +00:00
Fix a bug where the balance routine forgot to account for accounts without a currency preference.
This commit is contained in:
@@ -127,6 +127,7 @@ class AccountController extends Controller
|
||||
$chartData[$account->name] = $diff;
|
||||
}
|
||||
}
|
||||
|
||||
arsort($chartData);
|
||||
$data = $this->generator->singleSet(strval(trans('firefly.spent')), $chartData);
|
||||
$cache->store($data);
|
||||
|
||||
Reference in New Issue
Block a user