diff --git a/htdocs/adherents/edit.php b/htdocs/adherents/edit.php
index 8a74da35847..44108cd545f 100644
--- a/htdocs/adherents/edit.php
+++ b/htdocs/adherents/edit.php
@@ -52,6 +52,8 @@ if ($action == 'update')
$adh->typeid = $HTTP_POST_VARS["type"];
$adh->commentaire = $HTTP_POST_VARS["comment"];
$adh->morphy = $HTTP_POST_VARS["morphy"];
+ // recuperation du statut
+ $adh->statut = $HTTP_POST_VARS["statut"];
if ($adh->update($user->id) )
{
@@ -122,6 +124,7 @@ if ($rowid)
print "";
print "";
+ print "statut."\">";
$htmls = new Form($db);