diff --git a/htdocs/contact/fiche.php b/htdocs/contact/fiche.php
index fdd1dca5f37..24d589cf659 100644
--- a/htdocs/contact/fiche.php
+++ b/htdocs/contact/fiche.php
@@ -22,11 +22,11 @@
*
*/
-/*!
- \file htdocs/contact/fiche.php
- \ingroup societe
- \brief Onglet général d'un contact
- \version $Revision$
+/**
+ \file htdocs/contact/fiche.php
+ \ingroup societe
+ \brief Onglet général d'un contact
+ \version $Revision$
*/
require("./pre.inc.php");
@@ -394,17 +394,76 @@ else
print ''.$langs->trans('Edit').'';
- print ''.$langs->trans('Delete').'';
-
if ($contact->user_id == 0 && $user->admin)
{
print 'Créer un compte';
}
-
- print "";
+
+ print ''.$langs->trans('Delete').'';
+
+ print "
";
}
}
+
+// Historique des actions vers ce contact
+print_titre ("Historique des actions pour ce contact");
+
+print '
| ".$langs->trans("Date")." | ".$langs->trans("Actions")." | "; +print "".$langs->trans("CreatedBy")." | |
| ". strftime("%d %b %Y %H:%M", $obj->da) ." | "; + if ($obj->propalrowid) + { + print "propalrowid\">$obj->libelle | "; + } + else + { + print "$obj->libelle | "; + } + + print "$obj->code | "; + print "