mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-19 02:52:44 +00:00
Fix #1189
This commit is contained in:
@@ -196,7 +196,7 @@ class BoxController extends Controller
|
|||||||
return Response::json($cache->get()); // @codeCoverageIgnore
|
return Response::json($cache->get()); // @codeCoverageIgnore
|
||||||
}
|
}
|
||||||
$netWorth = [];
|
$netWorth = [];
|
||||||
$accounts = $repository->getAccountsByType([AccountType::DEFAULT, AccountType::ASSET]);
|
$accounts = $repository->getActiveAccountsByType([AccountType::DEFAULT, AccountType::ASSET]);
|
||||||
$currency = app('amount')->getDefaultCurrency();
|
$currency = app('amount')->getDefaultCurrency();
|
||||||
$balances = app('steam')->balancesByAccounts($accounts, $date);
|
$balances = app('steam')->balancesByAccounts($accounts, $date);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user