Línea 299... |
Línea 299... |
299 |
$jobDescriptionCompetencyMapper->insert($jobDescriptionCompetency);
|
299 |
$jobDescriptionCompetencyMapper->insert($jobDescriptionCompetency);
|
300 |
}
|
300 |
}
|
301 |
}
|
301 |
}
|
Línea 302... |
Línea 302... |
302 |
|
302 |
|
303 |
|
303 |
|
304 |
$jobsDescriptionListingSubordinate = $jobDescriptionMapper->fetchAllActiveByCompanyIdWhereIdNotEqual($currentCompany->id, $jobDescription->id);
|
304 |
$jobsDescriptionListingSubordinate = $jobDescriptionMapper->fetchAllActiveByCompanyIdWhereIdNotEqual($currentCompany ? $currentCompany->id : null, $jobDescription->id);
|
305 |
foreach ($jobsDescriptionListingSubordinate as $jobDescriptionListingSubordinate) {
|
305 |
foreach ($jobsDescriptionListingSubordinate as $jobDescriptionListingSubordinate) {
|
306 |
$job_description_subordinate = filter_var($this->params()->fromPost('job_description_id_subordinate' . $jobDescriptionListingSubordinate->uuid, ''), FILTER_SANITIZE_STRING);
|
306 |
$job_description_subordinate = filter_var($this->params()->fromPost('job_description_id_subordinate' . $jobDescriptionListingSubordinate->uuid, ''), FILTER_SANITIZE_STRING);
|
307 |
if ($job_description_subordinate) {
|
307 |
if ($job_description_subordinate) {
|
Línea 749... |
Línea 749... |
749 |
|
749 |
|
750 |
$pdf->header = $company->header ? $target_path . DIRECTORY_SEPARATOR . $company->header : '';
|
750 |
$pdf->header = $company->header ? $target_path . DIRECTORY_SEPARATOR . $company->header : '';
|
Línea 751... |
Línea 751... |
751 |
$pdf->footer = $company->footer ? $target_path . DIRECTORY_SEPARATOR . $company->footer : '';
|
751 |
$pdf->footer = $company->footer ? $target_path . DIRECTORY_SEPARATOR . $company->footer : '';
|
752 |
|
752 |
|
753 |
}
|
753 |
}
|
Línea 754... |
Línea 754... |
754 |
|
754 |
|
755 |
$pdf->SetMargins(20, 0, 20);
|
755 |
$pdf->SetMargins(20, 0, 20);
|