Mise aux normes

This commit is contained in:
Rodolphe Quiedeville 2003-10-21 15:11:55 +00:00
parent 18e6b4216b
commit d9536db21b

View File

@ -248,7 +248,7 @@ else
print "<b>Cet article n'est pas en vente</b>";
}
print '</td></tr>';
print "<td>Libellé</td><td>$product->libelle</td>";
print "<tr><td>Libellé</td><td>$product->libelle</td>";
print '<td><a href="stats/fiche.php?id='.$id.'">Statistiques</a></td></tr>';
print '<tr><td>Prix de vente</td><td>'.price($product->price).'</td>';
print '<td valign="top" rowspan="4">';