diff --git a/Controleur/ControleurAjaxavenantretrait.php b/Controleur/ControleurAjaxavenantretrait.php index 9958d22d..9af36804 100644 --- a/Controleur/ControleurAjaxavenantretrait.php +++ b/Controleur/ControleurAjaxavenantretrait.php @@ -22,25 +22,12 @@ class ControleurAjaxavenantretrait extends Controleurrequete $entetecp = $this->police->getEnteteCP($idPolice); - /* - var_dump( - array( - // "idPolice" => $idPolice, - // "idAvenant" => $idAvenant, - "entetecp" => $entetecp, - ) - ); - exit; - */ - /* $collegecps = $this->police->getCollegesCP($idPolice); $garantiescollegecps = $this->police->getGarantiesCollegesCP($idPolice); */ - // $pdf = new FPDF_Protection(); $pdf = new FPDF(); - // $pdf->SetProtection(array('print')); $pdf->AliasNbPages(); $pdf->AddPage(); @@ -58,7 +45,7 @@ class ControleurAjaxavenantretrait extends Controleurrequete $pdf->SetFont(''); - $pdf->Ln(15); + // $pdf->Ln(15); $pdf->SetFont('Arial','', 9);