Fix: Lastname lost
This commit is contained in:
parent
0219f11e64
commit
1df3ad143e
@ -27,7 +27,7 @@
|
|||||||
foreach($listsalesrepresentatives as $val)
|
foreach($listsalesrepresentatives as $val)
|
||||||
{
|
{
|
||||||
$userstatic->id=$val['id'];
|
$userstatic->id=$val['id'];
|
||||||
$userstatic->lastname=$val['name'];
|
$userstatic->lastname=$val['lastname'];
|
||||||
$userstatic->firstname=$val['firstname'];
|
$userstatic->firstname=$val['firstname'];
|
||||||
print $userstatic->getNomUrl(1);
|
print $userstatic->getNomUrl(1);
|
||||||
$i++;
|
$i++;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user