Trad: Et encore de la traduction

This commit is contained in:
Laurent Destailleur 2005-07-14 22:28:17 +00:00
parent 6c936feb50
commit 175bd12e0f

View File

@ -275,7 +275,8 @@ if ($conf->commande->enabled && $user->rights->commande->lire)
while ($i < $num) while ($i < $num)
{ {
$obj = $db->fetch_object($resql); $obj = $db->fetch_object($resql);
if ($obj->total_ttc-$obj->tot_fttc >0) { // if ($obj->total_ttc-$obj->tot_fttc >0)
// {
$var=!$var; $var=!$var;
print "<tr $bc[$var]>"; print "<tr $bc[$var]>";
print "<td width=\"20%\"><a href=\"commande/fiche.php?id=$obj->rowid\">".img_object($langs->trans("ShowOrder"),"order").'</a>&nbsp;'; print "<td width=\"20%\"><a href=\"commande/fiche.php?id=$obj->rowid\">".img_object($langs->trans("ShowOrder"),"order").'</a>&nbsp;';
@ -289,7 +290,7 @@ if ($conf->commande->enabled && $user->rights->commande->lire)
$tot_ht += $obj->total_ht; $tot_ht += $obj->total_ht;
$tot_ttc += $obj->total_ttc; $tot_ttc += $obj->total_ttc;
$tot_tobill += ($obj->total_ttc-$obj->tot_fttc); $tot_tobill += ($obj->total_ttc-$obj->tot_fttc);
} // }
$i++; $i++;
} }
$var=!$var; $var=!$var;