Fix: Couleurs inversees

This commit is contained in:
Laurent Destailleur 2007-12-14 09:47:45 +00:00
parent 51ccf80e1c
commit 44e7c44580

View File

@ -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;