Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1546 Rev 1547
Línea 160... Línea 160...
160
                ]);
160
                ]);
161
            } else {
161
            } else {
Línea 162... Línea 162...
162
 
162
 
Línea 163... Línea 163...
163
                $form = new RecruitmentSelectionVacancyForm($this->adapter, $currentCompany->id);
163
                $form = new RecruitmentSelectionVacancyForm($this->adapter, $currentCompany->id);
164
 
164
 
165
                $jobDescriptionMapper = JobDescriptionMapper::getInstance($this->adapter);
165
                $jobDescriptionMapper = JobDescriptionMapper::getInstance($this->adapter, $currentCompany->id);
Línea 166... Línea 166...
166
                $industryMapper = industryMapper::getInstance($this->adapter);
166
                $industryMapper = industryMapper::getInstance($this->adapter, $currentCompany->id);
167
                $jobCategoryMapper = JobCategoryMapper::getInstance($this->adapter);
167
                $jobCategoryMapper = JobCategoryMapper::getInstance($this->adapter, $currentCompany->id);
168
                
168
                
169
                $this->layout()->setTemplate('layout/layout-backend');
169
                $this->layout()->setTemplate('layout/layout-backend');