From 9c22d94bd3897680210948aab5e15ed3c85aa157 Mon Sep 17 00:00:00 2001 From: philippe grand Date: Fri, 19 Aug 2016 17:12:46 +0200 Subject: [PATCH] fix : bad sort --- htdocs/adherents/list.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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']))