This commit is contained in:
KANE LAZENI 2026-03-01 23:01:55 +00:00
parent 3032ded2d7
commit 6977fad7ca

View File

@ -69,6 +69,8 @@ We are pleased to confirm that they have been incorporated into the current poli
$pdf->SetFont('Arial','BU', 15);
$pdf->Ln(5);
$pdf->Cell(50,$ht,convertirc("Family : ".$adherent['nomAdherent']),0,1,'L',false);
$listeassures = $this->avenant->getListeAssuresAvenantAdherent($idAvenant, $idAdherent);
@ -104,7 +106,7 @@ We are pleased to confirm that they have been incorporated into the current poli
$garanties = $this->avenant->getListeGarantieAvenantAdherent($idAdherent, $idEntetecontrat);
$pdf->Ln(5);
$pdf->SetFont('Arial','B', 8);
$pdf->Cell(100,$ht,convertirc('BENEFITS'),1,0,'C',false);