a
This commit is contained in:
parent
9904081bde
commit
4cdf4d4de8
|
|
@ -48,7 +48,8 @@ $pdf->Line(5, 15, 80, 15);
|
||||||
|
|
||||||
// Section "Bénéficiaire"
|
// Section "Bénéficiaire"
|
||||||
$pdf->SetFont('Arial', 'BUI', 7);
|
$pdf->SetFont('Arial', 'BUI', 7);
|
||||||
$pdf->SetXY(5, 17);
|
//$pdf->SetXY(5, 17);
|
||||||
|
$pdf->SetXY(5, 15);
|
||||||
$pdf->SetTextColor(33, 46, 83);
|
$pdf->SetTextColor(33, 46, 83);
|
||||||
$pdf->Cell(30, 4, mb_convert_encoding(_('Bénéficiaire'), "ISO-8859-1", "UTF-8"), 0, 1);
|
$pdf->Cell(30, 4, mb_convert_encoding(_('Bénéficiaire'), "ISO-8859-1", "UTF-8"), 0, 1);
|
||||||
$pdf->SetTextColor(0);
|
$pdf->SetTextColor(0);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user