This commit is contained in:
KANE LAZENI 2026-03-01 21:38:49 +00:00
parent 29040890be
commit e57de25511

View File

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