diff --git a/htdocs/adherents/fiche.php b/htdocs/adherents/fiche.php index b78299c97df..e770c94c863 100644 --- a/htdocs/adherents/fiche.php +++ b/htdocs/adherents/fiche.php @@ -992,7 +992,6 @@ if ($rowid && $action != 'edit') /* ************************************************************************** */ $adh = new Adherent($db); - $adh->id = $rowid; $res=$adh->fetch($rowid); if ($res < 0) dol_print_error($db); $res=$adh->fetch_optionals($rowid);