Skip to content

Commit

Permalink
Merge pull request #4392 from aspangaro/3.9-p5
Browse files Browse the repository at this point in the history
Fix: HRM index typo and presentation
  • Loading branch information
eldy committed Jan 12, 2016
2 parents 233dc05 + 880a794 commit 0f53c49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/compta/hrm.php
Expand Up @@ -142,7 +142,7 @@



// Last expense report (new module)
// Last leave requests
if (! empty($conf->holiday->enabled) && $user->rights->holiday->read)
{
$sql = "SELECT u.rowid as uid, u.lastname, u.firstname, x.rowid, x.rowid as ref, x.fk_type, x.date_debut as date_start, x.date_fin as date_end, x.halfday, x.tms as dm, x.statut as status";
Expand Down Expand Up @@ -207,7 +207,7 @@
}
else
{
print '<tr '.$bc[$var].'><td colspan="5">'.$langs->trans("None").'</td></tr>';
print '<tr '.$bc[$var].'><td colspan="7">'.$langs->trans("None").'</td></tr>';
}
print '</table><br>';
}
Expand Down

0 comments on commit 0f53c49

Please sign in to comment.