Currency Field Decimal Places

Currency Field Decimal Places


I have an application that modifies a currency field in Deluge code. When I do so, the field, which is specifically set to display two decimal places in USD, only displays one decimal place. In other words, setting the field for a dollar and fifty cents makes the form display "1.5" instead of the expected "1.50".

Is there a fix or workaround for this?