diff --git a/htdocs/comm/clients.php b/htdocs/comm/clients.php index 10145405018..96ba9d36233 100644 --- a/htdocs/comm/clients.php +++ b/htdocs/comm/clients.php @@ -89,18 +89,19 @@ if ($result) { $num = $db->num_rows($result); - print_barre_liste($langs->trans("ListOfCustomers"), $page, $_SERVER["PHP_SELF"],'',$sortfield,$sortorder,'',$num); + $param = "&search_nom=".$search_nom."&search_code=".$search_code."&search_ville=".$search_ville; + + print_barre_liste($langs->trans("ListOfCustomers"), $page, $_SERVER["PHP_SELF"],$param,$sortfield,$sortorder,'',$num); $i = 0; - $addu = "&search_nom=".$search_nom."&search_code=".$search_code."&search_ville=".$search_ville; print '