FIX #5849 Verification du champ Societe sur une modification adherent
This commit is contained in:
parent
4c58793587
commit
ae249a964b
@ -253,6 +253,7 @@ if (empty($reshook))
|
|||||||
}
|
}
|
||||||
$lastname=$_POST["lastname"];
|
$lastname=$_POST["lastname"];
|
||||||
$firstname=$_POST["firstname"];
|
$firstname=$_POST["firstname"];
|
||||||
|
$societe=$_POST["societe"];
|
||||||
$morphy=$_POST["morphy"];
|
$morphy=$_POST["morphy"];
|
||||||
$login=$_POST["login"];
|
$login=$_POST["login"];
|
||||||
if ($morphy != 'mor' && empty($lastname)) {
|
if ($morphy != 'mor' && empty($lastname)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user