This commit is contained in:
Rodolphe Quiedeville 2005-11-24 12:52:14 +00:00
parent f03c59d098
commit d9d68d87c6

View File

@ -134,7 +134,7 @@ class pdfdetail_nodet {
*/ */
$pdf->FirstPage = 1; $pdf->FirstPage = 1;
$pdf->AddPage(); $pdf->AddPage();
$this->Header($pdf); $this->Header($pdf, $output);
$pdf->SetFillColor(230,230,230); $pdf->SetFillColor(230,230,230);
/* /*
@ -479,7 +479,10 @@ class pdfdetail_nodet {
$pdf->MultiCell(89, 4, $libelle, 0); $pdf->MultiCell(89, 4, $libelle, 0);
$pdf->SetX(11); $pdf->SetX(11);
$pdf->MultiCell(80, 4, "Page : ". $pdf->PageNo() ."/{nb}", 0); if ($output == 0)
{
$pdf->MultiCell(80, 4, "Page : ". $pdf->PageNo() ."/{nb}", 0);
}
// Clients spéciaux // Clients spéciaux