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