Commit d48f9e9b authored by Frank Bergmann's avatar Frank Bergmann

- not sure

parent d85df0b2
......@@ -123,6 +123,7 @@ ad_proc im_report_format_number {
Write out the number in a suitably formatted way for the
output medium.
} {
if {"" eq [string trim $rounding_precision]} { set rounding_precision 2 }
if {"" eq $amount} { return ""}
if {"" eq $locale} { set locale [lang::user::locale] }
if {![string is double $amount]} { set amount 0 }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment