diff --git a/htdocs/societe/societe.php b/htdocs/societe/societe.php index 00d84ab4e81..17cb1021f7c 100644 --- a/htdocs/societe/societe.php +++ b/htdocs/societe/societe.php @@ -39,7 +39,7 @@ $result = restrictedArea($user,'societe',$socid,''); $search_nom=trim(GETPOST("search_nom")); $search_nom_only=trim(GETPOST("search_nom_only")); $search_all=trim(GETPOST("search_all")); -$search_ville=trim(GETPOT("search_ville")); +$search_ville=trim(GETPOST("search_ville")); $socname=trim(GETPOST("socname")); $search_idprof1=trim(GETPOST('search_idprof1')); $search_idprof2=trim(GETPOST('search_idprof2'));