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);