* adds casting from Decimal() to primitive float for proper calculation
This commit is contained in:
2022-11-18 13:24:36 +01:00
parent e664fbbb7d
commit 3cd23b1761
4 changed files with 14 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
{
"eco_account": "CHANGE_BEFORE_RUN!!!",
"surface": 500.0,
"surface": 500.50,
"intervention": "CHANGE_BEFORE_RUN!!!"
}

View File

@@ -1,5 +1,5 @@
{
"eco_account": "CHANGE_BEFORE_RUN!!!",
"surface": 523400.0,
"surface": 523400.50,
"intervention": "CHANGE_BEFORE_RUN!!!"
}