Upgrades from IceHrm Pro v24
This commit is contained in:
@@ -213,5 +213,9 @@ class Employee extends BaseModel
|
||||
return $obj;
|
||||
}
|
||||
|
||||
public function fieldValueMethods() {
|
||||
return ['getActiveSubordinateEmployees'];
|
||||
}
|
||||
|
||||
public $table = 'Employees';
|
||||
}
|
||||
|
||||
@@ -24,9 +24,4 @@ class EmploymentStatus extends BaseModel
|
||||
{
|
||||
return array("get","element","save");
|
||||
}
|
||||
|
||||
public function getUserAccess()
|
||||
{
|
||||
return array();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user