a
This commit is contained in:
parent
d1f6e814d5
commit
503d5e44d8
|
|
@ -58,7 +58,7 @@ $pdf->SetTextColor(0);
|
||||||
$pdf->SetFont('Arial', '', 6);
|
$pdf->SetFont('Arial', '', 6);
|
||||||
// $pdf->SetXY(5, 21);
|
// $pdf->SetXY(5, 21);
|
||||||
$pdf->SetXY(5, 19);
|
$pdf->SetXY(5, 19);
|
||||||
$pdf->Cell($colonneAlignement - 5, 3, mb_convert_encoding(_('Matricule'), "ISO-8859-1", "UTF-8"), 0, 0);
|
$pdf->Cell($colonneAlignement - 15, 3, mb_convert_encoding(_('Matricule'), "ISO-8859-1", "UTF-8"), 0, 0);
|
||||||
$pdf->SetFont('Arial', 'B', 6);
|
$pdf->SetFont('Arial', 'B', 6);
|
||||||
$pdf->SetTextColor(255, 0, 0);
|
$pdf->SetTextColor(255, 0, 0);
|
||||||
$pdf->Cell(25, 3, ' : '.$assure['numeroBeneficiaire'], 0, 1);
|
$pdf->Cell(25, 3, ' : '.$assure['numeroBeneficiaire'], 0, 1);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user