diff --git a/htdocs/telephonie/contrat/services.php b/htdocs/telephonie/contrat/services.php
index 3d48d0d7ed3..7d21808ed6f 100644
--- a/htdocs/telephonie/contrat/services.php
+++ b/htdocs/telephonie/contrat/services.php
@@ -185,17 +185,20 @@ if ($cancel == $langs->trans("Cancel"))
print "
";
- /* Lignes */
+ /* Services */
print '
| Service | '; print 'Montant Facturé | '; print 'Montant du service | '; - print "\n"; + print ' | Ajouté par | '; + print 'Ajouté le | '; while ($i < $numlignes) { @@ -230,6 +234,8 @@ if ($cancel == $langs->trans("Cancel")) print ''; print img_delete(); print " | "; + print ''.$obj->firstname.' '.$obj->name.' | '; + print ''.strftime("%d/%m/%y",$obj->date_creat).' | '; print "\n"; $i++; } @@ -249,7 +255,6 @@ if ($cancel == $langs->trans("Cancel")) } - /* * Service *