This commit is contained in:
KANE LAZENI 2026-02-17 06:50:42 +00:00
parent aaa4f4d034
commit 29e768e61d

View File

@ -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);