From 3fa835c38bc67446ffa9304806c56377dcb0fcbd Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 1 Mar 2026 21:31:34 +0000 Subject: [PATCH] a --- Controleur/ControleurAjaxavenantretrait.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Controleur/ControleurAjaxavenantretrait.php b/Controleur/ControleurAjaxavenantretrait.php index abd4c6b9..7b0f1c8c 100644 --- a/Controleur/ControleurAjaxavenantretrait.php +++ b/Controleur/ControleurAjaxavenantretrait.php @@ -76,11 +76,11 @@ TTC 20 $pdf->SetFont('Arial','B', 10); $pdf->Cell(25,$ht,convertirc('S / N'),1,0,'C',false); - $pdf->Cell(55,$ht,convertirc('Surname'),1,0,'C',false); + $pdf->Cell(50,$ht,convertirc('Surname'),1,0,'C',false); $pdf->Cell(50,$ht,convertirc('Other name'),1,0,'C',false); $pdf->Cell(15,$ht,convertirc('Relat'),1,0,'C',false); - $pdf->Cell(20,$ht,convertirc('Net Premium'),1,0,'C',false); - $pdf->Cell(20,$ht,convertirc('Total Premium'),1,1,'C',false); + $pdf->Cell(25,$ht,convertirc('Net Premium'),1,0,'C',false); + $pdf->Cell(25,$ht,convertirc('Total Premium'),1,1,'C',false); $pdf->SetFont('Arial','', 10); foreach ($listeassures as $assure)