From e57de255118d0638b21b28992c4a6f09bbd8d9f7 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 1 Mar 2026 21:38:49 +0000 Subject: [PATCH] a --- Controleur/ControleurAjaxavenantretrait.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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);