diff --git a/htdocs/comm/action/fiche.php3 b/htdocs/comm/action/fiche.php3 index 7dec6c3b6bd..4e58946a235 100644 --- a/htdocs/comm/action/fiche.php3 +++ b/htdocs/comm/action/fiche.php3 @@ -185,7 +185,6 @@ if ($action=='create' && $actionid && $contactid) { */ else { - print_titre ("Action effectuée"); print '
'; @@ -250,6 +249,12 @@ if ($id) print 'Contact'.$act->contact->fullname.''; print 'Auteur'.$act->author->fullname.''; print 'Date'.strftime('%d %B %Y %H:%M',time()).''; + if ($act->objet_url) + { + print 'Objet lié'; + print ''.$act->objet_url.''; + } + if ($act->note) { print 'Commentaire';