diff --git a/Controleur/ControleurAjaxavenantretrait.php b/Controleur/ControleurAjaxavenantretrait.php index b15dccb4..1e9e5812 100644 --- a/Controleur/ControleurAjaxavenantretrait.php +++ b/Controleur/ControleurAjaxavenantretrait.php @@ -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);