From ae249a964b888723dd6455306af1b0e9e56f026d Mon Sep 17 00:00:00 2001 From: Xebax Date: Sun, 16 Oct 2016 13:19:36 +0200 Subject: [PATCH] FIX #5849 Verification du champ Societe sur une modification adherent --- htdocs/adherents/card.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/adherents/card.php b/htdocs/adherents/card.php index 347052f86be..b0f79ecf675 100644 --- a/htdocs/adherents/card.php +++ b/htdocs/adherents/card.php @@ -253,6 +253,7 @@ if (empty($reshook)) } $lastname=$_POST["lastname"]; $firstname=$_POST["firstname"]; + $societe=$_POST["societe"]; $morphy=$_POST["morphy"]; $login=$_POST["login"]; if ($morphy != 'mor' && empty($lastname)) {