diff --git a/htdocs/compta/bank/index.php b/htdocs/compta/bank/index.php index 19b8bd45eb8..160d912c3e4 100644 --- a/htdocs/compta/bank/index.php +++ b/htdocs/compta/bank/index.php @@ -64,7 +64,7 @@ for ($i = 0 ; $i < sizeof($accounts) ; $i++) print "$acc->bank$acc->number"; - print ''.price($solde).' '; + print ''.price($solde).' '; $total += $solde; }