a
This commit is contained in:
parent
29040890be
commit
e57de25511
|
|
@ -44,7 +44,7 @@ class ControleurAjaxavenantretrait extends Controleurrequete
|
|||
|
||||
$pdf->SetFont('');
|
||||
|
||||
$pdf->Ln(10);
|
||||
$pdf->Ln(5);
|
||||
|
||||
$pdf->SetFont('Arial','', 9);
|
||||
|
||||
|
|
@ -52,7 +52,7 @@ class ControleurAjaxavenantretrait extends Controleurrequete
|
|||
We are pleased to confirm that they have been removed from the current policy in accordance with the agreed contractual terms and conditions. Below is the related premium to be refunded calculated on prorated basis in consideration of the unearned period and agreed percentage: ");
|
||||
$pdf->MultiCell(0, $ht, $text);
|
||||
|
||||
$pdf->Ln(10);
|
||||
$pdf->Ln(5);
|
||||
|
||||
$pdf->SetFont('Arial','B', 10);
|
||||
|
||||
|
|
@ -85,7 +85,7 @@ We are pleased to confirm that they have been removed from the current policy in
|
|||
$pdf->Cell(25,$ht,format_N($assure['primeTtc']),1,1,'C',false);
|
||||
}
|
||||
|
||||
$pdf->Ln(15);
|
||||
$pdf->Ln(5);
|
||||
|
||||
$pdf->SetFont('Arial','BI', 10);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user