[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:
2018-08-12 22:22:33 -06:00
parent 6615e5471a
commit 68723e82fe
2 changed files with 38 additions and 6 deletions

View File

@@ -45,6 +45,7 @@ return [
// Employee settings
'employee' => [
'codeLength' => '3',
'contractTypes' => array('INTERNO', 'EXTERNO'),
],
],
];