diff --git a/htdocs/compta/tva/reglement.php b/htdocs/compta/tva/reglement.php index 58e41ea5a61..2a06f54832f 100644 --- a/htdocs/compta/tva/reglement.php +++ b/htdocs/compta/tva/reglement.php @@ -57,7 +57,7 @@ if ($result) print "$obj->dm\n"; $total = $total + $obj->amount; - print "".price($obj->amount).""; + print "".price($obj->amount)." "; print "\n"; $i++;