Le nom du contact est clicable comme sur les autres onglets.
This commit is contained in:
parent
1ccb539152
commit
1d2027b674
@ -274,7 +274,11 @@ if ( $societe->fetch($socid) )
|
|||||||
|
|
||||||
print "<tr $bc[$var]>";
|
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 ' '.$obj->firstname.' '. $obj->name.'</a> ';
|
||||||
|
|
||||||
if ($obj->note)
|
if ($obj->note)
|
||||||
{
|
{
|
||||||
print "<br>".nl2br($obj->note);
|
print "<br>".nl2br($obj->note);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user