rounds off the amount entered per node
i.e. can't add 1.50

Comments

kbahey’s picture

This is due to the (int) casts that are done in the code.

We need to replace those by checks for is_numeric() or something like that.