From 44e7c44580856cd534c43a0c137ab83eab0b85d4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 14 Dec 2007 09:47:45 +0000 Subject: [PATCH] Fix: Couleurs inversees --- htdocs/compta/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php index 0fbb2a6b80a..842fc21aa19 100644 --- a/htdocs/compta/index.php +++ b/htdocs/compta/index.php @@ -623,7 +623,7 @@ if ($conf->facture->enabled && $user->rights->facture->lire) $resql = $db->query($sql); if ($resql) { - $var=true; + $var=false; $num = $db->num_rows($resql); $i = 0;