From 3c9c997dcadaaf0f9885bd8b08035c7312e9c9a5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 3 Jul 2005 22:08:53 +0000 Subject: [PATCH] =?UTF-8?q?New:=20Ajout=20liste=20des=20contrats=20inactif?= =?UTF-8?q?s=20et=20ferm=E9s=20dans=20menu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/contrat/services.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/contrat/services.php b/htdocs/contrat/services.php index 8133c0b85bf..b0c6d84df8c 100644 --- a/htdocs/contrat/services.php +++ b/htdocs/contrat/services.php @@ -88,7 +88,7 @@ if ($resql) $num = $db->num_rows($resql); $i = 0; - print_barre_liste($langs->trans("ListOfServices"), $page, "services.php", "&sref=$sref&snom=$snom", $sortfield, $sortorder,'',$num); + print_barre_liste($langs->trans("ListOfServices"), $page, "services.php", "&sref=$sref&snom=$snom&mode=$mode", $sortfield, $sortorder,'',$num); print '';