mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Expand accounts for #2999
This commit is contained in:
parent
6655d2e3d0
commit
67fb906855
@ -134,7 +134,7 @@ class CategoryController extends Controller
|
|||||||
$currencies = [];
|
$currencies = [];
|
||||||
$tempData = [];
|
$tempData = [];
|
||||||
$categories = $repository->getCategories();
|
$categories = $repository->getCategories();
|
||||||
$accounts = $accountRepository->getAccountsByType([AccountType::ASSET, AccountType::DEFAULT]);
|
$accounts = $accountRepository->getAccountsByType([AccountType::DEBT, AccountType::LOAN, AccountType::MORTGAGE, AccountType::ASSET, AccountType::DEFAULT]);
|
||||||
|
|
||||||
/** @var Category $category */
|
/** @var Category $category */
|
||||||
foreach ($categories as $category) {
|
foreach ($categories as $category) {
|
||||||
|
Loading…
Reference in New Issue
Block a user