diff --git a/htdocs/compta/prelevement/factures.php b/htdocs/compta/prelevement/factures.php
index c9446d6ff3c..8ff6a54abed 100644
--- a/htdocs/compta/prelevement/factures.php
+++ b/htdocs/compta/prelevement/factures.php
@@ -102,7 +102,7 @@ if ($id > 0 || $ref) {
//print '
| '.$langs->trans("Ref").' | '.$object->getNomUrl(1).' |
';
print '| '.$langs->trans("Date").' | '.dol_print_date($object->datec, 'day').' |
';
- print '| '.$langs->trans("Amount").' | '.price($object->amount).' |
';
+ print '| '.$langs->trans("Amount").' | '.price($object->amount).' |
';
if ($object->date_trans <> 0) {
$muser = new User($db);