From f8d68ab28153762c19fc86a8d00d00e0001e04cf Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Tue, 17 Feb 2026 07:09:17 +0000 Subject: [PATCH] a --- Societes/ebene/Tarifs/Controleur/Editioncarteassure.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php b/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php index 4aa7828f..52b5f19d 100755 --- a/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php +++ b/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php @@ -130,10 +130,11 @@ $pdf->SetTextColor(0); // Numéro assuré - en gras et rouge $pdf->SetFont('Arial', '', 6); $pdf->SetXY(24, 41); -$pdf->Cell($colonneAlignement - 5, 3, mb_convert_encoding(_('Matricule'), "ISO-8859-1", "UTF-8"), 0, 0); +$pdf->Cell(0, 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->Cell(0, 3, ' : '.$assure['numeroAdherent'], 0, 1); $pdf->Cell(0, 3, ' : '.$assure['numeroAdherent'], 0, 1); $pdf->SetTextColor(0);