Skip to content

Commit

Permalink
Fix external/internal status in user tooltip list
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Nov 4, 2019
1 parent dbb9091 commit d59b0a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion htdocs/user/list.php
Expand Up @@ -502,12 +502,13 @@
$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;
Expand Down

0 comments on commit d59b0a3

Please sign in to comment.