diff --git a/htdocs/adherents/list.php b/htdocs/adherents/list.php
index 4573237925b05ee4004c0a65326484b69f87cb0d..1767e9971ef58d920f08094ec9a3c2441c7f67ce 100644
--- a/htdocs/adherents/list.php
+++ b/htdocs/adherents/list.php
@@ -610,19 +610,19 @@ if ($resql)
        		print "<td>";
     		print $memberstatic->getNomUrl(1);
     		print "</td>\n";
-    	}
-		// Lastname
-    	if (! empty($arrayfields['d.lastname']['checked'])) 
+    	}		
+		// Firstname
+    	if (! empty($arrayfields['d.firstname']['checked'])) 
     	{
         	print "<td>";
-    		print $obj->lastname;
+    		print $obj->firstname;
     		print "</td>\n";
     	}
-		// Firstname
-    	if (! empty($arrayfields['d.firstname']['checked'])) 
+		// Lastname
+    	if (! empty($arrayfields['d.lastname']['checked'])) 
     	{
         	print "<td>";
-    		print $obj->firstname;
+    		print $obj->lastname;
     		print "</td>\n";
     	}
 		// Company