Update evaluation_agenda.php
This commit is contained in:
parent
cc4bb9b40f
commit
35f3f8b928
@ -20,9 +20,9 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file evaluation_agenda.php
|
||||
* \ingroup hr
|
||||
* \brief Tab of events on Evaluation
|
||||
* \file htdocs/hrm/evaluation_agenda.php
|
||||
* \ingroup hrm
|
||||
* \brief Tab of events on Evaluation
|
||||
*/
|
||||
|
||||
|
||||
@ -38,7 +38,7 @@ require_once DOL_DOCUMENT_ROOT.'/hrm/class/job.class.php';
|
||||
|
||||
|
||||
// Load translation files required by the page
|
||||
$langs->loadLangs(array("hrm", "other"));
|
||||
$langs->loadLangs(array('hrm', 'other'));
|
||||
|
||||
// Get parameters
|
||||
$id = GETPOST('id', 'int');
|
||||
@ -88,6 +88,7 @@ if ($id > 0 || !empty($ref)) {
|
||||
$upload_dir = $conf->hrm->multidir_output[$object->entity]."/".$object->id;
|
||||
}
|
||||
|
||||
// Permissions
|
||||
$permissiontoadd = $user->rights->hrm->evaluation->write; // Used by the include of actions_addupdatedelete.inc.php
|
||||
$permissiontoread = $user->rights->hrm->evaluation->read; // Used by the include of actions_addupdatedelete.inc.php
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user