From 6a4b23427b56f9db4eb60c9dfecb68a159d5536d Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Tue, 17 Feb 2026 06:53:16 +0000 Subject: [PATCH] a --- Societes/ebene/Tarifs/Controleur/Editioncarteassure.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php b/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php index e6ed4e33..331e5c31 100755 --- a/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php +++ b/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php @@ -137,10 +137,9 @@ $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); +$pdf->SetXY(24, 42); $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);