This commit is contained in:
KANE LAZENI 2026-03-26 15:38:23 +00:00
parent 13f66cd403
commit e200ca9937

View File

@ -116,10 +116,10 @@ We are pleased to confirm that they have been incorporated into the current poli
// Ici
$pdf->Ln(4);
$pdf->SetFont('Arial','B', 8);
$pdf->Cell(50, 0,convertirc("Note :"),0,1,'L',false);
$pdf->Cell(50, 3,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, 0, $text);
$pdf->MultiCell(0, 5, $text);
$garanties = $this->avenant->getListeGarantieAvenantAdherent($idAdherent, $idEntetecontrat);