From a35b6ea484f6f290d44af46470ff24e8ff4bb209 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Tue, 17 Feb 2026 06:48:27 +0000 Subject: [PATCH] a --- Societes/ebene/Tarifs/Controleur/Editioncarteassure.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php b/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php index d041ead1..2365120c 100755 --- a/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php +++ b/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php @@ -128,16 +128,16 @@ $pdf->SetTextColor(33, 46, 83); $pdf->Cell(30, 4, mb_convert_encoding(_('Assuré Principal'), "ISO-8859-1", "UTF-8"), 0, 1); $pdf->SetTextColor(0); -/* // Numéro assuré - en gras et rouge $pdf->SetFont('Arial', '', 6); -$pdf->SetXY(5, 42); +$pdf->SetXY(27, 42); $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->SetTextColor(0); +/* // Nom et Prénoms assuré $pdf->SetFont('Arial', '', 6); $pdf->SetXY(5, 45);