This commit is contained in:
KANE LAZENI 2026-03-01 22:58:05 +00:00
parent 1c27e89d65
commit 131abfbff5

View File

@ -68,7 +68,7 @@ We are pleased to confirm that they have been incorporated into the current poli
$idEntetecontrat = $adherent['idEntetecontrat'];
$pdf->SetFont('Arial','BU', 15);
$pdf->Cell(50,$ht,convertirc("Family : ".$adherent['nomAdherent']),0,1,'L',false);
$listeassures = $this->avenant->getListeAssuresAvenantAdherent($idAvenant, $idAdherent);
@ -81,7 +81,7 @@ We are pleased to confirm that they have been incorporated into the current poli
$pdf->Cell(10,$ht,convertirc('Relat'),1,0,'C',false);
$pdf->Cell(20,$ht,convertirc('Net Premium'),1,0,'C',false);
$pdf->Cell(15,$ht,convertirc('Mutualm F'),1,0,'C',false);
$pdf->Cell(15,$ht,convertirc('Mutual F'),1,0,'C',false);
$pdf->Cell(15,$ht,convertirc('Access'),1,0,'C',false);
$pdf->Cell(20,$ht,convertirc('Total Premium'),1,1,'C',false);