Extra code for #1975

This commit is contained in:
James Cole
2019-02-10 10:54:30 +01:00
parent ccf60f4cdc
commit 8998c9a672
2 changed files with 3 additions and 3 deletions

View File

@@ -151,7 +151,7 @@ class ChooseAccountsHandler implements SpectreJobConfigurationInterface
}
// list the users accounts:
$accounts = $this->accountRepository->getAccountsByType([AccountType::ASSET]);
$accounts = $this->accountRepository->getAccountsByType([AccountType::ASSET, AccountType::DEBT, AccountType::LOAN, AccountType::MORTGAGE]);
$array = [];
/** @var AccountModel $account */