From d1f6e814d5013ae67c26705c6113bd1220479a0b Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Tue, 17 Feb 2026 07:01:22 +0000 Subject: [PATCH] a --- Societes/ebene/Tarifs/Controleur/Editioncarteassure.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php b/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php index b9147927..b5bd9788 100755 --- a/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php +++ b/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php @@ -133,13 +133,14 @@ $pdf->SetXY(24, 41); $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['numeroAdherent'], 0, 1); +// $pdf->Cell(25, 3, ' : '.$assure['numeroAdherent'], 0, 1); +$pdf->Cell($colonneAlignement - 5, 3, ' : '.$assure['numeroAdherent'], 0, 1); $pdf->SetTextColor(0); // Nom et Prénoms assuré $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->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);