From 503d5e44d8535401b24cf08a474b412b04bc3109 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Tue, 17 Feb 2026 07:04:00 +0000 Subject: [PATCH] a --- 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 b5bd9788..c815d1f5 100755 --- a/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php +++ b/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php @@ -58,7 +58,7 @@ $pdf->SetTextColor(0); $pdf->SetFont('Arial', '', 6); // $pdf->SetXY(5, 21); $pdf->SetXY(5, 19); -$pdf->Cell($colonneAlignement - 5, 3, mb_convert_encoding(_('Matricule'), "ISO-8859-1", "UTF-8"), 0, 0); +$pdf->Cell($colonneAlignement - 15, 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['numeroBeneficiaire'], 0, 1);