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->SetXY(-20,-$posy);
$pdf->MultiCell(10, 2, $pdf->PageNo().'/{nb}', 0, 'R', 0); $pdf->MultiCell(11, 2, $pdf->PageNo().'/{nb}', 0, 'R', 0);
} }
} }

View File

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

View File

@ -656,7 +656,7 @@ class pdf_huitre extends ModelePDFFactures
} }
$pdf->SetXY(-10,-10); $pdf->SetXY(-10,-10);
$pdf->MultiCell(10, 3, $pdf->PageNo().'/{nb}', 0, 'R'); $pdf->MultiCell(11, 3, $pdf->PageNo().'/{nb}', 0, 'R');
} }

View File

@ -841,7 +841,7 @@ class pdf_oursin extends ModelePDFFactures
} }
$pdf->SetXY(-15,-15); $pdf->SetXY(-15,-15);
$pdf->MultiCell(10, 3, $pdf->PageNo().'/{nb}', 0, 'R'); $pdf->MultiCell(11, 3, $pdf->PageNo().'/{nb}', 0, 'R');
} }
} }

View File

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

View File

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