HRM: Begin to work on employee card
This commit is contained in:
parent
20872498ba
commit
7693b407e8
@ -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');
|
||||
|
||||
1677
htdocs/hrm/employee/card.php
Normal file
1677
htdocs/hrm/employee/card.php
Normal file
File diff suppressed because it is too large
Load Diff
@ -14,3 +14,4 @@ ListOfEmployees=List of employees
|
||||
Employees=Employees
|
||||
Employee=Employee
|
||||
NewEmployee=New employee
|
||||
EmployeeCard=Employee card
|
||||
|
||||
Loading…
Reference in New Issue
Block a user