Printing
======== * Balance * Card (from poste) * Accounting
This commit is contained in:
parent
24cc2ad26a
commit
5c26cd14ba
10 changed files with 152 additions and 126 deletions
|
|
@ -57,7 +57,7 @@ class PDF extends SFPDF {
|
|||
|
||||
function Header() {
|
||||
//Arial bold 12
|
||||
$this->SetFont('Arial', 'B', 12);
|
||||
$this->SetFont('DejaVu', 'B', 12);
|
||||
//Title
|
||||
$this->Cell(0,10,$this->dossier, 'B', 0, 'C');
|
||||
//Line break
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue