Fixed that .toDouble() had been removed

This commit is contained in:
dankito 2024-10-15 10:26:09 +02:00
parent fe3a97377f
commit bca359d4ed
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ open class SqliteBankingRepository : BankingRepository {
holding.quantity, holding.currency,
mapAmount(holding.totalBalance), mapAmount(holding.marketValue),
holding.performancePercentage,
holding.performancePercentage?.toDouble(),
mapAmount(holding.totalCostPrice), mapAmount(holding.averageCostPrice),
mapInstant(holding.pricingTime), mapDate(holding.buyingDate)