diff --git a/Controleur/ControleurAjaxavenantincorporation.php b/Controleur/ControleurAjaxavenantincorporation.php index 0be4b2ef..cdf09373 100644 --- a/Controleur/ControleurAjaxavenantincorporation.php +++ b/Controleur/ControleurAjaxavenantincorporation.php @@ -69,6 +69,8 @@ We are pleased to confirm that they have been incorporated into the current poli $pdf->SetFont('Arial','BU', 15); + $pdf->Ln(5); + $pdf->Cell(50,$ht,convertirc("Family : ".$adherent['nomAdherent']),0,1,'L',false); $listeassures = $this->avenant->getListeAssuresAvenantAdherent($idAvenant, $idAdherent); @@ -104,7 +106,7 @@ We are pleased to confirm that they have been incorporated into the current poli $garanties = $this->avenant->getListeGarantieAvenantAdherent($idAdherent, $idEntetecontrat); $pdf->Ln(5); - + $pdf->SetFont('Arial','B', 8); $pdf->Cell(100,$ht,convertirc('BENEFITS'),1,0,'C',false);