diff --git a/htdocs/telephonie/ligne/history.php b/htdocs/telephonie/ligne/history.php index da0e2784930..30a6c9bccdb 100644 --- a/htdocs/telephonie/ligne/history.php +++ b/htdocs/telephonie/ligne/history.php @@ -87,7 +87,7 @@ if ($cancel == $langs->trans("Cancel")) print '
| Numéro | '.dolibarr_print_phone($ligne->numero).' | ||
| Numéro | '.dolibarr_print_phone($ligne->numero).' | ||
| Client | '; + print ' | ||
| Client | '; print ''; print $client_comm->nom.' | ||
| Statut actuel | '; + print ' | ||
| Statut actuel | ';
print ' ';
print $ligne->statuts[$ligne->statut];
print ' | ||
| Créé par | '; + print ' | ||
| Créé par | '; $cuser = new User($db, $ligne->user_creat); $cuser->fetch(); @@ -116,7 +116,7 @@ if ($cancel == $langs->trans("Cancel")) } if ($ligne->user_commande) { - print ' | ||
| Commandé par | '; + print ' | ||
| Commandé par | '; $couser = new User($db, $ligne->user_commande); $couser->fetch(); @@ -128,12 +128,34 @@ if ($cancel == $langs->trans("Cancel")) print ' | ||
| Date | '; print 'Statut | '; + print 'Fournisseur | '; print 'Rapporteur | '; print '
| '.strftime("%a %d %B %Y %H:%M:%S",$row[0]).' | '; - print ' ';
print $ligne->statuts[$row[1]];
if ($row[5])
@@ -157,6 +178,10 @@ if ($cancel == $langs->trans("Cancel"))
print ''.$row[5]; } + print ' | '; + + print $ff[$row[6]]; + print ' | '.$row[4] . " " . $row[3] . " |