diff --git a/htdocs/adherents/fiche.php b/htdocs/adherents/fiche.php index cf2af05b970..eb586669ea2 100644 --- a/htdocs/adherents/fiche.php +++ b/htdocs/adherents/fiche.php @@ -239,7 +239,7 @@ if ($_REQUEST["action"] == 'update' && ! $_POST["cancel"] && $user->rights->adhe $adh->naiss = $datenaiss; $adh->typeid = $_POST["typeid"]; - $adh->note = trim($_POST["comment"]); + //$adh->note = trim($_POST["comment"]); $adh->morphy = $_POST["morphy"]; $adh->amount = $_POST["amount"]; @@ -363,7 +363,7 @@ if ($_POST["action"] == 'add' && $user->rights->adherent->creer) $login=$_POST["member_login"]; $pass=$_POST["password"]; $photo=$_POST["photo"]; - $comment=$_POST["comment"]; + //$comment=$_POST["comment"]; $morphy=$_POST["morphy"]; $cotisation=$_POST["cotisation"]; $public=$_POST["public"]; @@ -392,7 +392,7 @@ if ($_POST["action"] == 'add' && $user->rights->adherent->creer) $adh->naiss = $datenaiss; $adh->photo = $photo; $adh->typeid = $typeid; - $adh->note = $comment; + //$adh->note = $comment; $adh->morphy = $morphy; $adh->user_id = $userid; $adh->fk_soc = $socid; @@ -696,7 +696,7 @@ if ($action == 'create') print ''; // Firstname - print '