Added TODO

This commit is contained in:
dankl 2019-10-12 21:18:48 +02:00 committed by dankito
parent d894419de7
commit b1617d964c
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ open class Mt940AccountTransactionsParser @JvmOverloads constructor(
transaction.details?.otherPartyAccountId, transaction.details?.otherPartyAccountId,
transaction.details?.bookingText, transaction.details?.bookingText,
transaction.turnover.valueDate, transaction.turnover.valueDate,
mapAmount(statement.openingBalance), mapAmount(statement.openingBalance), // TODO: that's not true, these are the opening and closing balance of
mapAmount(statement.closingBalance) mapAmount(statement.closingBalance) // all transactions of this day, not this specific transaction's ones
) )
} }