|
@@ -498,6 +498,9 @@ class ExportXls
|
498
|
498
|
$sheet->SetCellValue('F' . $aux, $datos['description']);
|
499
|
499
|
$sheet->SetCellValue('G' . $aux, $datos['personalSituation']);
|
500
|
500
|
$sheet->SetCellValue('H' . $aux, $datos['procurementLegislationDocumentReference']);
|
|
501
|
+ $sheet->SetCellValue('I' . $aux, $datos['fundingProgramCode']);
|
|
502
|
+ $sheet->SetCellValue('J' . $aux, $datos['fundingProgramCode2']);
|
|
503
|
+ $sheet->SetCellValue('K' . $aux, $datos['fundingProgram']);
|
501
|
504
|
$aux++;
|
502
|
505
|
}
|
503
|
506
|
}
|
|
@@ -852,6 +855,9 @@ class ExportXls
|
852
|
855
|
$spreadsheet->getActiveSheet()->SetCellValue('F1', 'Descripción del objeto de la subcontratación');
|
853
|
856
|
$spreadsheet->getActiveSheet()->SetCellValue('G1', 'Descripción textual de los requisitos específicos del operador económico para poder participar en la licitación');
|
854
|
857
|
$spreadsheet->getActiveSheet()->SetCellValue('H1', 'Contrato sujeto a regulación armonizadaF');
|
|
858
|
+ $spreadsheet->getActiveSheet()->SetCellValue('I1', 'Financiación de la UE');
|
|
859
|
+ $spreadsheet->getActiveSheet()->SetCellValue('J1', 'Fuente de financiación europea');
|
|
860
|
+ $spreadsheet->getActiveSheet()->SetCellValue('K1', 'Descripción / Programa específico de la UE');
|
855
|
861
|
|
856
|
862
|
return $spreadsheet;
|
857
|
863
|
}
|