diff --git a/htdocs/adherents/liste.php b/htdocs/adherents/liste.php index a6e8b9c38bc..625ab0355b3 100644 --- a/htdocs/adherents/liste.php +++ b/htdocs/adherents/liste.php @@ -70,14 +70,13 @@ $search_categ = isset($_GET["search_categ"])?$_GET["search_categ"]:$_POST["searc * View */ +$form=new Form($db); +$formother=new FormOther($db); $membertypestatic=new AdherentType($db); $memberstatic=new Adherent($db); llxHeader('',$langs->trans("Member"),'EN:Module_Foundations|FR:Module_Adhérents|ES:Módulo_Miembros'); -$form=new Form($db); -$formother=new FormOther($db); - $now=dol_now(); $sql = "SELECT d.rowid, d.login, d.prenom, d.nom, d.societe, ";