Fix : Missing argument 5 for pdf_propale_jaune::_tableau()

This commit is contained in:
Laurent Destailleur 2011-03-09 19:36:35 +00:00
parent 88293c9ab8
commit 692f19db2a

View File

@ -241,7 +241,7 @@ class pdf_propale_jaune extends ModelePDFPropales
{
$this->_pagefoot($pdf,$object,$outputlangs);
$this->_tableau($pdf, $tab_top, $tab_height, $nexY);
$this->_tableau($pdf, $tab_top, $tab_height, $nexY, $outputlangs);
// New page
$pdf->AddPage();