2
0
forked from Wavyzz/dolibarr

Fix: Nb of pages

This commit is contained in:
Laurent Destailleur
2008-02-13 16:50:49 +00:00
parent af0cfac114
commit 77b72f3521
6 changed files with 6 additions and 6 deletions

View File

@@ -993,7 +993,7 @@ class pdf_einstein extends ModelePDFCommandes
}
$pdf->SetXY(-20,-$posy);
$pdf->MultiCell(10, 2, $pdf->PageNo().'/{nb}', 0, 'R', 0);
$pdf->MultiCell(11, 2, $pdf->PageNo().'/{nb}', 0, 'R', 0);
}
}