Le nom du contact est clicable comme sur les autres onglets.

This commit is contained in:
Laurent Destailleur 2004-12-11 00:59:43 +00:00
parent 1ccb539152
commit 1d2027b674

View File

@ -274,7 +274,11 @@ if ( $societe->fetch($socid) )
print "<tr $bc[$var]>";
print "<td>$obj->firstname $obj->name";
print '<td>';
print '<a href="'.DOL_URL_ROOT.'/contact/fiche.php?id='.$obj->idp.'">';
print img_file();
print '&nbsp;'.$obj->firstname.' '. $obj->name.'</a>&nbsp;';
if ($obj->note)
{
print "<br>".nl2br($obj->note);