Fix: manquait l'envoi des traductions au changement de page
This commit is contained in:
parent
1be15ba753
commit
c306d1fb06
@ -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();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user