Fixed marking accounts that support CustomerSegmentId.SecuritiesAccountBalance as supported account type

This commit is contained in:
dankito 2024-09-17 04:20:58 +02:00
parent 62aa04a667
commit 07672d1189
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ open class AccountData(
get() = FinTsClient.SupportedAccountTypes.contains(accountType) get() = FinTsClient.SupportedAccountTypes.contains(accountType)
|| allowedJobNames.contains(CustomerSegmentId.Balance.id) || allowedJobNames.contains(CustomerSegmentId.Balance.id)
|| allowedJobNames.contains(CustomerSegmentId.AccountTransactionsMt940.id) || allowedJobNames.contains(CustomerSegmentId.AccountTransactionsMt940.id)
|| allowedJobNames.contains(CustomerSegmentId.SecuritiesAccountBalance.id)