Skip to content

Commit

Permalink
0.toInt not working anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmpp committed Mar 13, 2024
1 parent 96ac7e7 commit 743f4f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class BuchhaltungInsertService(override val sysConfig: SystemConfig) extends Eve
"status" -> Erstellt,
"referenzNummer" -> referenzNummer,
"fileStoreId" -> None,
"anzahlMahnungen" -> 0.toInt,
"anzahlMahnungen" -> "0".toInt,
"mahnungFileStoreIds" -> Set.empty[String],
"esrNummer" -> esrNummer,
"paymentType" -> kunde.paymentType,
Expand Down

0 comments on commit 743f4f6

Please sign in to comment.