Skip to content

Commit

Permalink
Fix: Lastname lost
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 11, 2013
1 parent 0219f11 commit 1df3ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/societe/tpl/linesalesrepresentative.tpl.php
Expand Up @@ -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++;
Expand Down

0 comments on commit 1df3ad1

Please sign in to comment.