From 90e142380e12e2ac42c8d841e73d52576ad2c5eb Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Tue, 17 Feb 2026 06:59:23 +0000 Subject: [PATCH] a --- Societes/ebene/Tarifs/Controleur/Editioncarteassure.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php b/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php index d4b268d0..b9147927 100755 --- a/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php +++ b/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php @@ -122,14 +122,14 @@ if (file_exists($qrCodePath)) { // Section "Assuré Principal" $pdf->SetFont('Arial', 'BUI', 7); -$pdf->SetXY(28, 36); +$pdf->SetXY(28, 37); $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(24, 40); +$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); @@ -138,7 +138,7 @@ $pdf->SetTextColor(0); // Nom et Prénoms assuré $pdf->SetFont('Arial', '', 6); -$pdf->SetXY(24, 43); +$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);