From 3d6915af950496c6a472e8de2467d7f4f015db00 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Thu, 26 Mar 2026 15:36:24 +0000 Subject: [PATCH] a --- Controleur/ControleurAjaxavenantincorporation.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Controleur/ControleurAjaxavenantincorporation.php b/Controleur/ControleurAjaxavenantincorporation.php index 349f0635..448264db 100644 --- a/Controleur/ControleurAjaxavenantincorporation.php +++ b/Controleur/ControleurAjaxavenantincorporation.php @@ -113,6 +113,14 @@ We are pleased to confirm that they have been incorporated into the current poli $pdf->Cell(20,$ht,format_N($assure['primeTtc']),1,1,'C',false); } + // Ici + $pdf->Ln(2); + $pdf->SetFont('Arial','B', 8); + $pdf->Cell(50,5,convertirc("Note :"),0,1,'L',false); + $pdf->SetFont('Arial','I', 8); + $text = convertirc("Please be informed that the cover shall be activated upon receipt of the payment of the premium related to this incorporation."); + $pdf->MultiCell(0, 6, $text); + $garanties = $this->avenant->getListeGarantieAvenantAdherent($idAdherent, $idEntetecontrat); $pdf->Ln(2);