Fix: manquait l'envoi des traductions au changement de page

This commit is contained in:
Regis Houssin 2007-10-25 20:57:25 +00:00
parent 1be15ba753
commit c306d1fb06

View File

@ -303,8 +303,8 @@ class pdf_muscadet extends ModelePDFSuppliersOrders
if ($nexY > 200 && $i < ($nblignes - 1)) if ($nexY > 200 && $i < ($nblignes - 1))
{ {
$this->_tableau($pdf, $tab_top, $tab_height + 20, $nexY); $this->_tableau($pdf, $tab_top, $tab_height + 20, $nexY, $outputlangs);
$this->_pagefoot($pdf); $this->_pagefoot($pdf, $outputlangs);
// Nouvelle page // Nouvelle page
$pdf->AddPage(); $pdf->AddPage();