Merge pull request #5882 from EuskalMoneta/bug-5849

FIX #5849 Loosing field company on member change
This commit is contained in:
Laurent Destailleur 2016-10-24 00:12:25 +02:00 committed by GitHub
commit 6806bec859

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