diff --git a/Controleur/ControleurAjaxavenantincorporation.php b/Controleur/ControleurAjaxavenantincorporation.php index 448264db..a2f766bb 100644 --- a/Controleur/ControleurAjaxavenantincorporation.php +++ b/Controleur/ControleurAjaxavenantincorporation.php @@ -114,12 +114,12 @@ We are pleased to confirm that they have been incorporated into the current poli } // Ici - $pdf->Ln(2); + $pdf->Ln(4); $pdf->SetFont('Arial','B', 8); - $pdf->Cell(50,5,convertirc("Note :"),0,1,'L',false); + $pdf->Cell(50, 0,convertirc("Note :"),0,1,'L',false); $pdf->SetFont('Arial','I', 8); $text = convertirc("Please be informed that the cover shall be activated upon receipt of the payment of the premium related to this incorporation."); - $pdf->MultiCell(0, 6, $text); + $pdf->MultiCell(0, 0, $text); $garanties = $this->avenant->getListeGarantieAvenantAdherent($idAdherent, $idEntetecontrat);