Fixed that due to added bankId to identifier comparison for new account transactions didn't work anymore (as the transactions returned from banking client of course don't have a database id yet)

This commit is contained in:
dankito 2024-10-04 05:50:12 +02:00
parent f107d947ff
commit 20fdc8dece
1 changed files with 0 additions and 5 deletions

View File

@ -116,9 +116,4 @@ class AccountTransactionEntity(
transaction.isReversal,
)
override val identifier: String by lazy {
"$bankId ${super.identifier}"
}
}