diff --git a/htdocs/adherents/list.php b/htdocs/adherents/list.php index aed3b5fdbfb..e6d3aac27d0 100644 --- a/htdocs/adherents/list.php +++ b/htdocs/adherents/list.php @@ -994,6 +994,7 @@ while ($i < min($num, $limit)) { $memberstatic->morphy = $obj->morphy; $memberstatic->note_public = $obj->note_public; $memberstatic->note_private = $obj->note_private; + $memberstatic->need_subscription = $obj->subscription; if (!empty($obj->fk_soc)) { $memberstatic->fetch_thirdparty();