Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 7167 Rev 7174
Línea 1619... Línea 1619...
1619
 
1619
 
1620
                            $recruitmentSelectionCandidate = $recruitmentSelectionCandidateMapper->fetchOne($recruitmentSelectionInterview->candidate_id);
1620
                            $recruitmentSelectionCandidate = $recruitmentSelectionCandidateMapper->fetchOne($recruitmentSelectionInterview->candidate_id);
1621
                            if ($recruitmentSelectionVacancy && $recruitmentSelectionCandidate) {
1621
                            if ($recruitmentSelectionVacancy && $recruitmentSelectionCandidate) {
1622
                                $jobDescription = $jobDescriptionMapper->fetchOne($recruitmentSelectionVacancy->job_description_id);
1622
                                $jobDescription = $jobDescriptionMapper->fetchOne($recruitmentSelectionVacancy->job_description_id);
1623
                                if ($jobDescription) {
-
 
1624
                                    $hasLink = false;
1623
                                if ($jobDescription) {
1625
                                    if (isset($companyUsers[$currentUser->id])) {
-
 
1626
                                        if ($companyUsers[$currentUser->id]) {
-
 
1627
                                            $hasLink = true;
-
 
1628
                                        }
-
 
Línea 1629... Línea 1624...
1629
                                    }
1624
                                    $hasLink = !empty($companyUsers[$recruitmentSelectionInterview->company_id]);
Línea 1630... Línea 1625...
1630
 
1625
 
1631
                                    if ($hasLink) {
1626
                                    if ($hasLink) {
Línea 1720... Línea 1715...
1720
                                        $employee = $userMapper->fetchOne($performanceEvaluationTest->employee_id);
1715
                                        $employee = $userMapper->fetchOne($performanceEvaluationTest->employee_id);
1721
                                    } else {
1716
                                    } else {
1722
                                        $employee = '';
1717
                                        $employee = '';
1723
                                    }
1718
                                    }
Línea 1724... Línea -...
1724
 
-
 
1725
 
-
 
1726
 
-
 
1727
 
-
 
1728
                                    $hasLink = false;
1719
 
1729
                                    if (isset($companyUsers[$currentUser->id])) {
-
 
1730
                                        if ($companyUsers[$currentUser->id]) {
-
 
1731
                                            $hasLink = true;
-
 
1732
                                        }
-
 
Línea 1733... Línea 1720...
1733
                                    }
1720
                                    $hasLink = !empty($companyUsers[$performanceEvaluationTest->company_id]);
Línea 1734... Línea 1721...
1734
 
1721
 
1735
                                    if ($hasLink) {
1722
                                    if ($hasLink) {