From 67fb9068550574f273c6924cb5eca368dc0bc1fc Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 27 Jan 2020 19:53:05 +0100 Subject: [PATCH] Expand accounts for #2999 --- app/Http/Controllers/Chart/CategoryController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Chart/CategoryController.php b/app/Http/Controllers/Chart/CategoryController.php index a4cc30f46c..2b2ad1dc00 100644 --- a/app/Http/Controllers/Chart/CategoryController.php +++ b/app/Http/Controllers/Chart/CategoryController.php @@ -134,7 +134,7 @@ class CategoryController extends Controller $currencies = []; $tempData = []; $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 */ foreach ($categories as $category) {