a
This commit is contained in:
parent
1f750971a1
commit
9c7764cdef
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user