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

Fix: Lastname lost

parent 0219f11e
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
foreach($listsalesrepresentatives as $val)
{
$userstatic->id=$val['id'];
$userstatic->lastname=$val['name'];
$userstatic->lastname=$val['lastname'];
$userstatic->firstname=$val['firstname'];
print $userstatic->getNomUrl(1);
$i++;
......
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