diff --git a/htdocs/adherents/index.php b/htdocs/adherents/index.php
index 9b0d1895e1b..286095a337d 100644
--- a/htdocs/adherents/index.php
+++ b/htdocs/adherents/index.php
@@ -247,7 +247,7 @@ if ($resql)
$statictype->libelle=$obj->libelle;
print '
'.$staticmember->getNomUrl(1,24).' | ';
print ''.$statictype->getNomUrl(1,16).' | ';
- print ''.dol_print_date($db->jdate($obj->date_end),'dayhour').' | ';
+ print ''.dol_print_date($db->jdate($obj->datem),'dayhour').' | ';
print ''.$staticmember->LibStatut($obj->statut,($obj->cotisation=='yes'?1:0),$db->jdate($obj->date_end_subscription),5).' | ';
print '';
$i++;