diff --git a/htdocs/compta/tva/reglement.php b/htdocs/compta/tva/reglement.php index 68b08f0c991..bf47aa6ed90 100644 --- a/htdocs/compta/tva/reglement.php +++ b/htdocs/compta/tva/reglement.php @@ -18,7 +18,6 @@ * * $Id$ * $Source$ - * */ /** @@ -74,7 +73,7 @@ if ($result) $i++; } print ''.$langs->trans("Total").''; - print "".price($total).""; + print "".price($total)." "; print ""; $db->free($result);