Merge pull request #5882 from EuskalMoneta/bug-5849
FIX #5849 Loosing field company on member change
This commit is contained in:
commit
6806bec859
@ -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)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user