Amlioration interface

This commit is contained in:
Rodolphe Quiedeville 2005-06-16 10:25:08 +00:00
parent a851bf49b7
commit 85f2c9bafc
2 changed files with 5 additions and 4 deletions

View File

@ -118,9 +118,10 @@ if ($_GET["id"])
print "<tr $bc[$var]>";
print '<td>'.$row[0].'</td><td>'.price($row[1]).'</td>';
print '<td>'.price($consos[$row[0]]).'</td>';
print '<td>'.price($consos[$row[0]] - $row[1]).'</td>';
print '<td>'.substr($row[0], -2).'/'.substr($row[0],0,4).'</td>';
print '<td>'.price($row[1]).' HT</td>';
print '<td>'.price($consos[$row[0]]).' HT</td>';
print '<td>'.price($consos[$row[0]] - $row[1]).' HT</td>';
$i++;
}

View File

@ -128,7 +128,7 @@ if ($_GET["id"])
print "<tr $bc[$var]>";
print '<td>'.$row[0].'</td><td>'.price($row[1]).'</td>';
print '<td>'.$row[0].'</td><td>'.price($row[1]).' HT</td>';
$i++;
}