From 07a10743f8a068b2d8b4fc91d0244b99e1b0225c Mon Sep 17 00:00:00 2001 From: philippe grand Date: Sun, 8 May 2016 16:20:32 +0200 Subject: [PATCH] Fix : inverted columns --- htdocs/adherents/list.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/htdocs/adherents/list.php b/htdocs/adherents/list.php index 4689b147cab..f9e25dd5bc0 100644 --- a/htdocs/adherents/list.php +++ b/htdocs/adherents/list.php @@ -625,14 +625,6 @@ if ($resql) print $obj->address; print ''; } - // Town - if (! empty($arrayfields['d.town']['checked'])) - { - print ''; - print $obj->town; - print ''; - if (! $i) $totalarray['nbfield']++; - } // Zip if (! empty($arrayfields['d.zip']['checked'])) { @@ -641,6 +633,14 @@ if ($resql) print ''; if (! $i) $totalarray['nbfield']++; } + // Town + if (! empty($arrayfields['d.town']['checked'])) + { + print ''; + print $obj->town; + print ''; + if (! $i) $totalarray['nbfield']++; + } // State if (! empty($arrayfields['state.nom']['checked'])) {