diff --git a/htdocs/telephonie/adsl/history.php b/htdocs/telephonie/adsl/history.php index f206d66060b..f1afafb2a0f 100644 --- a/htdocs/telephonie/adsl/history.php +++ b/htdocs/telephonie/adsl/history.php @@ -56,35 +56,40 @@ if ($_GET["id"]) print '
| Numéro | '.dolibarr_print_phone($ligne->numero).' | |
| Numéro de support | '.dolibarr_print_phone($ligne->numero).' | |
| Client | '.$client->nom.' | |
| Client | '.$client->nom.' | |
| Statut | '; + print ' | |
| Statut | ';
print ' ';
print $ligne->statuts[$ligne->statut];
print ' | |
| Historique | ||
| '.strftime("%a %d %B %Y %H:%M:%S",$row[0]).' | '; @@ -95,11 +100,11 @@ if ($_GET["id"]) print ''.$row[4] . " " . $row[3] . " | '.$row[4] . " " . $row[3] . " | "; $i++; } } - $db->free(); + $db->free($resql); } else { @@ -123,14 +128,6 @@ else print "Error"; } - -/* ************************************************************************** */ -/* */ -/* Barre d'action */ -/* */ -/* ************************************************************************** */ - - $db->close(); llxFooter("Dernière modification $Date$ révision $Revision$");