Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 7172 | Rev 7300 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 7172 Rev 7174
Línea 202... Línea 202...
202
                            
202
                            
203
                            $recruitmentSelectionCandidate = $recruitmentSelectionCandidateMapper->fetchOne($recruitmentSelectionInterview->candidate_id);
203
                            $recruitmentSelectionCandidate = $recruitmentSelectionCandidateMapper->fetchOne($recruitmentSelectionInterview->candidate_id);
204
                            if($recruitmentSelectionVacancy && $recruitmentSelectionCandidate) {
204
                            if($recruitmentSelectionVacancy && $recruitmentSelectionCandidate) {
205
                                $jobDescription = $jobDescriptionMapper->fetchOne($recruitmentSelectionVacancy->job_description_id);
205
                                $jobDescription = $jobDescriptionMapper->fetchOne($recruitmentSelectionVacancy->job_description_id);
206
                                if($jobDescription) {
-
 
207
                                    $hasLink = false;
206
                                if($jobDescription) {
208
                                    if(isset($companyUsers[$currentUser->id])) {
-
 
209
                                        if($companyUsers[$currentUser->id]) {
-
 
210
                                            $hasLink = true;
-
 
211
                                        }
-
 
Línea 212... Línea 207...
212
                                    }
207
                                    $hasLink = !empty($companyUsers[$recruitmentSelectionInterview->company_id]);
Línea 213... Línea 208...
213
                                    
208
                                    
214
                                    if($hasLink) {
209
                                    if($hasLink) {
Línea 305... Línea 300...
305
                                    } else {
300
                                    } else {
306
                                        $employee = '';
301
                                        $employee = '';
307
                                    }
302
                                    }
Línea 308... Línea -...
308
                                    
-
 
309
                  
303
                                    
310
                                    $hasLink = false;
-
 
311
                                    if(!empty($companyUsers[$performanceEvaluationTest->company_id])) {
-
 
312
                                        $hasLink = true;
-
 
Línea 313... Línea 304...
313
                                        
304
                  
314
                                    }
305
                                    $hasLink = !empty($companyUsers[$performanceEvaluationTest->company_id]);
315
                                    
306
                                    
316
                                    switch ($performanceEvaluationTest->type) 
307
                                    switch ($performanceEvaluationTest->type)