FIX #5849 Verification du champ Societe sur une modification adherent

This commit is contained in:
Xebax 2016-10-16 13:19:36 +02:00
parent 4c58793587
commit ae249a964b

View File

@ -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)) {