Skip to content
Snippets Groups Projects
Commit ae249a96 authored by Xebax's avatar Xebax
Browse files

FIX #5849 Verification du champ Societe sur une modification adherent

parent 4c587935
No related branches found
No related tags found
No related merge requests found
......@@ -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)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment