From 5ee986de3bb72da24ebad0580a2bbbb85089eb56 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Sat, 26 Aug 2006 12:45:38 +0000 Subject: [PATCH] Fix: Suppression trace --- htdocs/compta/index.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php index 731e09d7d2f..6fcfd51d951 100644 --- a/htdocs/compta/index.php +++ b/htdocs/compta/index.php @@ -310,8 +310,6 @@ if ($conf->facture->enabled && $conf->commande->enabled && $user->rights->comman while ($i < $num) { $obj = $db->fetch_object($resql); - // if ($obj->total_ttc-$obj->tot_fttc >0) - // { $var=!$var; print "<tr $bc[$var]>"; print "<td width=\"20%\"><a href=\"commande/fiche.php?id=$obj->rowid\">".img_object($langs->trans("ShowOrder"),"order").'</a> '; @@ -326,9 +324,8 @@ if ($conf->facture->enabled && $conf->commande->enabled && $user->rights->comman print '</tr>'; $tot_ht += $obj->total_ht; $tot_ttc += $obj->total_ttc; - print "x".$tot_ttc."z".$obj->tot_fttc; + //print "x".$tot_ttc."z".$obj->tot_fttc; $tot_tobill += ($obj->total_ttc-$obj->tot_fttc); - // } $i++; } $var=!$var; -- GitLab