This commit is contained in:
KANE LAZENI 2026-02-17 07:05:54 +00:00
parent 503d5e44d8
commit c17b4f6a64

View File

@ -58,7 +58,7 @@ $pdf->SetTextColor(0);
$pdf->SetFont('Arial', '', 6);
// $pdf->SetXY(5, 21);
$pdf->SetXY(5, 19);
$pdf->Cell($colonneAlignement - 15, 3, mb_convert_encoding(_('Matricule'), "ISO-8859-1", "UTF-8"), 0, 0);
$pdf->Cell($colonneAlignement - 5, 3, mb_convert_encoding(_('Matricule'), "ISO-8859-1", "UTF-8"), 0, 0);
$pdf->SetFont('Arial', 'B', 6);
$pdf->SetTextColor(255, 0, 0);
$pdf->Cell(25, 3, ' : '.$assure['numeroBeneficiaire'], 0, 1);
@ -134,7 +134,7 @@ $pdf->Cell($colonneAlignement - 5, 3, mb_convert_encoding(_('Matricule'), "ISO-8
$pdf->SetFont('Arial', 'B', 6);
$pdf->SetTextColor(255, 0, 0);
// $pdf->Cell(25, 3, ' : '.$assure['numeroAdherent'], 0, 1);
$pdf->Cell($colonneAlignement - 5, 3, ' : '.$assure['numeroAdherent'], 0, 1);
$pdf->Cell(15, 3, ' : '.$assure['numeroAdherent'], 0, 1);
$pdf->SetTextColor(0);
// Nom et Prénoms assuré
@ -142,7 +142,7 @@ $pdf->SetFont('Arial', '', 6);
$pdf->SetXY(24, 44);
// $pdf->Cell($colonneAlignement - 5, 3, mb_convert_encoding(_('Nom & prénoms'), "ISO-8859-1", "UTF-8"), 0, 0);
$pdf->SetFont('Arial', 'B', 6);
$pdf->Cell(15, 3, ' : '.substr(mb_convert_encoding($assure['adherent'], "ISO-8859-1", "UTF-8"), 0, 15), 0, 1);
$pdf->Cell(15, 3, substr(mb_convert_encoding($assure['adherent'], "ISO-8859-1", "UTF-8"), 0, 15), 0, 1);
// Photo de l'assuré (positionnée à droite) - taille réduite
$photoPath = $_SESSION['dossierPhoto_C'].$_SESSION['dossierSociete'].'/Photos/'.$assure['lienPhoto'];