Or rather, not entirely properly. The totals come out to the correct number, it just appears that the decimal in the money fields is ignored.

i.e.
123.45
+ 543.21
= 66666 instead of 666.66

Comments

karens’s picture

I think this is because the money field handles decimal values differently -- it stores 66666 and then divides by 100 when it displays the value. Not sure right now how to incorporate that behavior in.

karens’s picture

Status: Active » Fixed

I made changes to run the computed totals through the theme which *might* fix this. If that doesn't work you will have to create a custom field that divides the field value by 100 and then do your totals on that field.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.