diff --git a/htdocs/adherents/list.php b/htdocs/adherents/list.php index 6b41a217f80..a01cc379b3c 100644 --- a/htdocs/adherents/list.php +++ b/htdocs/adherents/list.php @@ -401,7 +401,7 @@ print '
| '; } @@ -552,10 +552,7 @@ print ''; print "\n"; print ' | |
| '.$langs->trans("NumberingShort").' | '; -} +if (! empty($conf->global->MAIN_SHOW_TECHNICAL_ID)) print_liste_field_titre("ID",$_SERVER["PHP_SELF"],'','',$param,'align="center"',$sortfield,$sortorder); if (! empty($arrayfields['d.ref']['checked'])) print_liste_field_titre($arrayfields['d.ref']['label'],$_SERVER["PHP_SELF"],'d.rowid','',$param,'',$sortfield,$sortorder); if (! empty($arrayfields['d.firstname']['checked'])) print_liste_field_titre($arrayfields['d.firstname']['label'],$_SERVER["PHP_SELF"],'d.firstname','',$param,'',$sortfield,$sortorder); if (! empty($arrayfields['d.lastname']['checked'])) print_liste_field_titre($arrayfields['d.lastname']['label'],$_SERVER["PHP_SELF"],'d.lastname','',$param,'',$sortfield,$sortorder); @@ -611,9 +608,9 @@ while ($i < min($num, $limit)) print '|
| '.($i+1).' | '; + print ''.$obj->rowid.' | '; } // Ref