Fix: order of firstname/name

This commit is contained in:
Laurent Destailleur 2011-12-03 16:14:36 +01:00
parent 88fc7818e9
commit 5f5b9f3573

View File

@ -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, ";