Avatar

Level 10

The message indicates that you use a dot notation for the integer value of the field "debitamount", which is fundamentally wrong, as integers never have decimal places.

If you use decimal numbers in that field you have to change it's data format to "float".