Skip to content
Snippets Groups Projects
Commit a754072c authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: use correct property

parent a8ca1c72
No related branches found
No related tags found
No related merge requests found
......@@ -168,8 +168,8 @@ if ($result)
$deplacementstatic->ref=$obj->rowid;
$deplacementstatic->id=$obj->rowid;
$userstatic->id=$obj->uid;
$userstatic->nom=$obj->name;
$userstatic->prenom=$obj->firstname;
$userstatic->lastname=$obj->name;
$userstatic->firstname=$obj->firstname;
print '<tr '.$bc[$var].'>';
print '<td>'.$deplacementstatic->getNomUrl(1).'</td>';
print '<td>'.$userstatic->getNomUrl(1).'</td>';
......
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