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