Upgrades from IceHrm Pro v24

This commit is contained in:
gamonoid
2018-07-03 03:10:32 +02:00
parent 8b276d54e6
commit 9cee4e91df
8253 changed files with 659182 additions and 47489 deletions

View File

@@ -21,16 +21,21 @@ class EmployeeSalary extends BaseModel
public function getManagerAccess()
{
return array("get","element","save","delete");
return array();
}
public function getUserAccess()
{
return array("get");
return array();
}
public function getUserOnlyMeAccess()
{
return array("element","save","delete");
return array("get", "element");
}
public function getUserOnlyMeSwitchedAccess()
{
return array();
}
}