This commit is contained in:
Rodolphe Quiedeville 2003-09-23 21:33:57 +00:00
parent c2b8d118a3
commit 6a648305f0

View File

@ -44,7 +44,7 @@ if ($id)
print "<tr>";
print '<td width="20%">Référence</td><td width="40%"><a href="../fiche.php?id='.$product->id.'">'.$product->ref.'</a></td>';
print '<td><a href="fiche.php?id='.$id.'">Statistiques</a></td></tr>';
print "<td>Libellé</td><td>$product->label</td>";
print "<td>Libellé</td><td>$product->libelle</td>";
print '<td valign="top" rowspan="2">';
print "Propositions commerciales : ".$product->count_propale();
print "<br>Proposé à <b>".$product->count_propale_client()."</b> clients";