Skip to content

Commit

Permalink
HRM: Begin to work on employee card
Browse files Browse the repository at this point in the history
  • Loading branch information
aspangaro committed Nov 12, 2015
1 parent 2087249 commit 7693b40
Show file tree
Hide file tree
Showing 3 changed files with 1,679 additions and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/lib/hrm.lib.php
Expand Up @@ -36,7 +36,7 @@ function employee_prepare_head($object) {

$head [$h] [0] = DOL_URL_ROOT.'/hrm/employee/card.php?id=' . $object->id;
$head [$h] [1] = $langs->trans("Card");
$head [$h] [2] = 'card';
$head [$h] [2] = 'employee';
$h ++;

complete_head_from_modules($conf, $langs, $object, $head, $h, 'employee');
Expand Down

0 comments on commit 7693b40

Please sign in to comment.