diff --git a/htdocs/comm/prospect/fiche.php b/htdocs/comm/prospect/fiche.php index bff9b010904..ef740c74491 100644 --- a/htdocs/comm/prospect/fiche.php +++ b/htdocs/comm/prospect/fiche.php @@ -273,10 +273,18 @@ if ($socid > 0) print ""; print "$obj->poste "; - print ''; - print img_phone_out("Appel émis") ; - print ''; - print img_phone_in("Appel reçu") .''; + print ''; + + /* + * Lien click to dial + */ + + if (strlen($obj->phone)) + { + print ''; + print img_phone_out("Appel émis") ; + } + print ''; print '';