From cd6945b392a55d5803a3b68be3f6ba6969364346 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 1 Mar 2026 21:43:16 +0000 Subject: [PATCH] a --- Controleur/ControleurAjaxavenantretrait.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Controleur/ControleurAjaxavenantretrait.php b/Controleur/ControleurAjaxavenantretrait.php index 1e9e5812..6662b047 100644 --- a/Controleur/ControleurAjaxavenantretrait.php +++ b/Controleur/ControleurAjaxavenantretrait.php @@ -50,7 +50,8 @@ class ControleurAjaxavenantretrait extends Controleurrequete $text = convertirc("We refer to your request regarding the removal of a member/ beneficiary under your existing Medical Insurance Policy. 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->MultiCell(0, $ht, $text); + $pdf->MultiCell(0, 6, $text); $pdf->Ln(5); @@ -91,7 +92,7 @@ We are pleased to confirm that they have been removed from the current policy in $pdf->Cell(0,$ht,convertirc("Done at ".$_SESSION['villeSociete'].", on ".$entetecp['dateJour']),0,1,'C',false); - $pdf->Ln(10); + $pdf->Ln(5); $pdf->SetFont('Arial','B', 10);