[add] Searching for full employee data by code
Corrected a logical error where the wrong method was being called to get data by code and also made it so the search function only returns names and codes
This commit is contained in:
@@ -45,6 +45,7 @@ return [
|
||||
// Employee settings
|
||||
'employee' => [
|
||||
'codeLength' => '3',
|
||||
'contractTypes' => array('INTERNO', 'EXTERNO'),
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user