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)