From d9ebf196d91b432c75667e146090c484d7cf4488 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 1 Sep 2005 20:28:28 +0000 Subject: [PATCH] Fix: Nbre de colonnes tableau incorrect --- htdocs/compta/tva/reglement.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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);