.
This commit is contained in:
parent
780a3b0a99
commit
9136a2fd16
@ -74,7 +74,7 @@ if ($user->societe_id)
|
||||
$sql .= " AND s.idp = " .$user->societe_id;
|
||||
}
|
||||
|
||||
if ($socname)
|
||||
if ($_GET["socname"])
|
||||
{
|
||||
$sql .= " AND lower(s.nom) like '%".strtolower($socname)."%'";
|
||||
$sortfield = "lower(s.nom)";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user