This commit is contained in:
KANE LAZENI 2026-02-17 06:44:43 +00:00
parent eff2ad9435
commit 03e64b5152

View File

@ -49,7 +49,7 @@ $pdf->Line(5, 15, 80, 15);
// Section "Bénéficiaire"
$pdf->SetFont('Arial', 'BUI', 7);
//$pdf->SetXY(5, 17);
$pdf->SetXY(15, 16);
$pdf->SetXY(13, 16);
$pdf->SetTextColor(33, 46, 83);
$pdf->Cell(30, 4, mb_convert_encoding(_('Bénéficiaire'), "ISO-8859-1", "UTF-8"), 0, 1);
$pdf->SetTextColor(0);