Merge pull request #12322 from frederic34/patch-8

Fix external/internal status in user tooltip list
This commit is contained in:
Laurent Destailleur 2019-11-04 20:51:38 +01:00 committed by GitHub
commit 149fcfbe3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -502,12 +502,13 @@ while ($i < min($num, $limit))
$obj = $db->fetch_object($result);
$userstatic->id=$obj->rowid;
$userstatic->admin = $obj->admin;
$userstatic->ref=$obj->label;
$userstatic->login=$obj->login;
$userstatic->statut=$obj->statut;
$userstatic->email=$obj->email;
$userstatic->gender=$obj->gender;
$userstatic->societe_id=$obj->fk_soc;
$userstatic->socid=$obj->fk_soc;
$userstatic->firstname=$obj->firstname;
$userstatic->lastname=$obj->lastname;
$userstatic->employee=$obj->employee;