From 131abfbff534de6adadf8ef13e156f32bdc85d84 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 1 Mar 2026 22:58:05 +0000 Subject: [PATCH] a --- Controleur/ControleurAjaxavenantincorporation.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Controleur/ControleurAjaxavenantincorporation.php b/Controleur/ControleurAjaxavenantincorporation.php index 152f4b17..9b79c3cf 100644 --- a/Controleur/ControleurAjaxavenantincorporation.php +++ b/Controleur/ControleurAjaxavenantincorporation.php @@ -68,7 +68,7 @@ We are pleased to confirm that they have been incorporated into the current poli $idEntetecontrat = $adherent['idEntetecontrat']; $pdf->SetFont('Arial','BU', 15); - + $pdf->Cell(50,$ht,convertirc("Family : ".$adherent['nomAdherent']),0,1,'L',false); $listeassures = $this->avenant->getListeAssuresAvenantAdherent($idAvenant, $idAdherent); @@ -81,7 +81,7 @@ We are pleased to confirm that they have been incorporated into the current poli $pdf->Cell(10,$ht,convertirc('Relat'),1,0,'C',false); $pdf->Cell(20,$ht,convertirc('Net Premium'),1,0,'C',false); - $pdf->Cell(15,$ht,convertirc('Mutualm F'),1,0,'C',false); + $pdf->Cell(15,$ht,convertirc('Mutual F'),1,0,'C',false); $pdf->Cell(15,$ht,convertirc('Access'),1,0,'C',false); $pdf->Cell(20,$ht,convertirc('Total Premium'),1,1,'C',false);