This commit is contained in:
KANE LAZENI 2026-02-17 06:42:53 +00:00
parent e158b24ecb
commit 6c4c4757d3

View File

@ -121,14 +121,14 @@ if (file_exists($qrCodePath)) {
// ========================================== // ==========================================
/*
// Section "Assuré Principal" // Section "Assuré Principal"
$pdf->SetFont('Arial', 'BUI', 7); $pdf->SetFont('Arial', 'BUI', 7);
$pdf->SetXY(5, 38); $pdf->SetXY(30, 38);
$pdf->SetTextColor(33, 46, 83); $pdf->SetTextColor(33, 46, 83);
$pdf->Cell(30, 4, mb_convert_encoding(_('Assuré Principal'), "ISO-8859-1", "UTF-8"), 0, 1); $pdf->Cell(30, 4, mb_convert_encoding(_('Assuré Principal'), "ISO-8859-1", "UTF-8"), 0, 1);
$pdf->SetTextColor(0); $pdf->SetTextColor(0);
/*
// Numéro assuré - en gras et rouge // Numéro assuré - en gras et rouge
$pdf->SetFont('Arial', '', 6); $pdf->SetFont('Arial', '', 6);
$pdf->SetXY(5, 42); $pdf->SetXY(5, 42);