E-INVOICE Title
This commit is contained in:
parent
da2ad154d8
commit
7133e33e8d
1 changed files with 1 additions and 1 deletions
|
|
@ -420,7 +420,7 @@ abstract class XML_Reader
|
|||
// 180 mm large
|
||||
$pdf->setFont("DejaVu", "B", 16);
|
||||
$pdf->write_cell(20, 10, "");
|
||||
$pdf->write_cell(170, 10, _("INFORMATION"),1,0,'C');
|
||||
$pdf->write_cell(170, 10, _("Résumé facture"),1,0,'C');
|
||||
$pdf->line_new(10);
|
||||
$pdf->setFont("DejaVu", "", 7);
|
||||
$pdf->write(4, sprintf(_("Document ID %s"), $result['id']));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue