mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Extra code for #1975
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user