Bugfix
This commit is contained in:
parent
c2b8d118a3
commit
6a648305f0
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user