diff --git a/htdocs/comm/clients.php b/htdocs/comm/clients.php index f09dd0ecbb4..a2656a3f348 100644 --- a/htdocs/comm/clients.php +++ b/htdocs/comm/clients.php @@ -32,7 +32,6 @@ if ($user->societe_id > 0) } $page=$_GET["page"]; -$begin=$_GET["begin"]; $sortorder=$_GET["sortorder"]; $sortfield=$_GET["sortfield"]; @@ -57,11 +56,6 @@ if ($_GET["search_nom"]) $sql .= " AND s.nom like '%".strtolower($_GET["search_nom"])."%'"; } -if (strlen($begin)) -{ - $sql .= " AND upper(s.nom) like '$begin%'"; -} - if ($user->societe_id) { $sql .= " AND s.idp = " .$user->societe_id; @@ -93,7 +87,7 @@ if ($result) llxHeader(); - print_barre_liste("Liste des clients", $page, "clients.php","&begin=$begin",$sortfield,$sortorder,"",$num); + print_barre_liste("Liste des clients", $page, "clients.php","",$sortfield,$sortorder,"",$num); $i = 0;