diff --git a/Controleur/ControleurAjaxavenantretrait.php b/Controleur/ControleurAjaxavenantretrait.php index 35453816..abd4c6b9 100644 --- a/Controleur/ControleurAjaxavenantretrait.php +++ b/Controleur/ControleurAjaxavenantretrait.php @@ -75,7 +75,7 @@ TTC 20 */ $pdf->SetFont('Arial','B', 10); - $pdf->Cell(20,$ht,convertirc('S / N'),1,0,'C',false); + $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('Other name'),1,0,'C',false); $pdf->Cell(15,$ht,convertirc('Relat'),1,0,'C',false);