diff --git a/htdocs/fourn/contact.php b/htdocs/fourn/contact.php index 25c59c78221..60c5ccfa163 100644 --- a/htdocs/fourn/contact.php +++ b/htdocs/fourn/contact.php @@ -35,6 +35,10 @@ if ($user->societe_id > 0) $socid = $user->societe_id; } +$page=$_GET["page"]; +$sortorder=$_GET["sortorder"]; +$sortfield=$_GET["sortfield"]; + if ($sortorder == "") { $sortorder="ASC"; @@ -85,27 +89,7 @@ if ($result) { $num = $db->num_rows(); print_barre_liste("Liste des contacts fournisseurs",$page, "contact.php", "",$sortfield,$sortorder,"",$num); - - print "