This commit is contained in:
Rodolphe Quiedeville 2005-11-16 12:30:24 +00:00
parent f350b748ed
commit 9686c908f3

View File

@ -62,10 +62,10 @@ if ($resql)
{
while ($row = $db->fetch_row($resql))
{
$var=!$var;
print "<tr $bc[$var]><td>".$row[1].'</td>';
print '<td align="right">'.price($row[0]).'</td></tr>';
$total += $row[0];
$var=!$var;
}
$db->free();
}