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 ""; print "rowid\">".img_object($langs->trans("ShowOrder"),"order").' '; @@ -326,9 +324,8 @@ if ($conf->facture->enabled && $conf->commande->enabled && $user->rights->comman print ''; $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;