2
0
forked from Wavyzz/dolibarr

HRM: Begin to work on employee card

This commit is contained in:
aspangaro
2015-11-12 06:59:40 +01:00
parent 20872498ba
commit 7693b407e8
3 changed files with 1679 additions and 1 deletions

View File

@@ -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');