diff --git a/base_usability/report_sxw.py b/base_usability/report_sxw.py index d1ce3b1..e0749c6 100644 --- a/base_usability/report_sxw.py +++ b/base_usability/report_sxw.py @@ -22,6 +22,7 @@ def formatLang( if ( 'base.usability.installed' in env and int_no_digits and + not monetary and isinstance(value, float) and dp): prec = env['decimal.precision'].precision_get(dp)