diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
index 8efb6d58f70c0..7b24aa5d5255d 100644
--- a/htdocs/core/class/html.form.class.php
+++ b/htdocs/core/class/html.form.class.php
@@ -5563,9 +5563,9 @@ public function form_multicurrency_rate($page, $rate = '', $htmlname = 'multicur
print '';
} else {
if (!empty($rate)) {
- print price($rate, 1, $langs, 1, 0);
+ print price($rate, 1, $langs, 0, 0);
if ($currency && $rate != 1) {
- print ' ('.price($rate, 1, $langs, 1, 0).' '.$currency.' = 1 '.$conf->currency.')';
+ print ' ('.price($rate, 1, $langs, 0, 0).' '.$currency.' = 1 '.$conf->currency.')';
}
} else {
print 1;