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

Merge pull request #3959 from aspangaro/develop-hrm

HRM: Correct getNomUrl
parents ca62689a bbab5e5b
No related branches found
No related tags found
No related merge requests found
......@@ -169,8 +169,8 @@ if ($result)
$employeestatic->email=$obj->email;
$employeestatic->gender=$obj->gender;
$employeestatic->societe_id=$obj->fk_soc;
$userstatic->firstname=$obj->firstname;
$userstatic->lastname=$obj->lastname;
$employeestatic->firstname=$obj->firstname;
$employeestatic->lastname=$obj->lastname;
$li=$employeestatic->getNomUrl(1,'',0,0,24,1);
......@@ -203,8 +203,7 @@ if ($result)
print '</td>';
// Statut
$employeestatic->statut=$obj->statut;
print '<td align="right">'.$employeestatic->getLibStatut(5).'</td>';
print '<td align="center">'.$employeestatic->getLibStatut(5).'</td>';
print '<td>&nbsp;</td>';
print "</tr>\n";
$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