diff --git a/htdocs/compta/bank/account.php b/htdocs/compta/bank/account.php
index 27690ae7093..0e16f6744fd 100644
--- a/htdocs/compta/bank/account.php
+++ b/htdocs/compta/bank/account.php
@@ -784,8 +784,8 @@ if ($id > 0 || ! empty($ref))
print '
| ';
if ($sep > 0) print ' '; // If we had at least one line in future
else print $langs->trans("CurrentBalance");
- print ' | ';
- print ''.price($total).' | ';
+ print ' '.$object->currency_code.'';
+ print ''.price($total, 0, $langs, 0, 0, -1, $object->currency_code).' | ';
print ' | ';
print '
';
}