From 6977fad7caab6cd5c3a99ab6a2be97b3f330514f Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 1 Mar 2026 23:01:55 +0000 Subject: [PATCH] a --- Controleur/ControleurAjaxavenantincorporation.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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);