From 29e768e61d487b3f8dd27b44b515894e69986a03 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Tue, 17 Feb 2026 06:50:42 +0000 Subject: [PATCH] az --- Societes/ebene/Tarifs/Controleur/Editioncarteassure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php b/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php index 6fcbbdd1..e6ed4e33 100755 --- a/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php +++ b/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php @@ -130,7 +130,7 @@ $pdf->SetTextColor(0); // Numéro assuré - en gras et rouge $pdf->SetFont('Arial', '', 6); -$pdf->SetXY(25, 38); +$pdf->SetXY(24, 39); $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);