From 9c7764cdefb7ae62981c562d1c6dcc1e8827468d Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Wed, 18 Mar 2026 05:31:04 +0000 Subject: [PATCH] a --- Controleur/ControleurAjaxavenantincorporation.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Controleur/ControleurAjaxavenantincorporation.php b/Controleur/ControleurAjaxavenantincorporation.php index 59e2e075..d3514b27 100644 --- a/Controleur/ControleurAjaxavenantincorporation.php +++ b/Controleur/ControleurAjaxavenantincorporation.php @@ -38,7 +38,13 @@ class ControleurAjaxavenantincorporation extends Controleurrequete $pdf->Cell(0,$ht,convertirc("INCORPORATION ENDORSEMENT"),1,1,'C',true); - $pdf->SetFont(''); + $pdf->SetFont('Arial','B', 10); + + $pdf->Ln(5); + + $pdf->Cell(0,$ht,convertirc("Subscriber : ".$entetecp['nomClient']),0,0,'L',false); + + $pdf->Cell(0,$ht,convertirc("Policy Number : ".$entetecp['numeroPolice']),0,1,'R',false); $pdf->Ln(5);