a
This commit is contained in:
parent
01099cd824
commit
f28a053add
|
|
@ -38,7 +38,15 @@ class ControleurAjaxavenantretrait extends Controleurrequete
|
|||
|
||||
$pdf->Cell(0,$ht,convertirc("MEMBER REMOVAL 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->Cell(0,$ht,convertirc("Effective Date : ".$entetecp['dateEffetAvenant']),0,0,'L',false);
|
||||
$pdf->Cell(0,$ht,convertirc("End Date : ".$entetecp['dateEcheance']),0,1,'R',false);
|
||||
|
||||
$pdf->Ln(5);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user