diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index cba769b4a87..fec8b67981c 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -487,7 +487,7 @@ if ($_GET["id"]) print ''.$langs->trans("Contact").''; print ''; - if ($act->contact->id) + if ($act->contact->id > 0) { print ''.img_object($langs->trans("ShowContact"),'contact').' '.$act->contact->fullname.''; }