Skip to content

Commit

Permalink
Fix : Missing argument 5 for pdf_propale_jaune::_tableau()
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 9, 2011
1 parent 88293c9 commit 692f19d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -241,7 +241,7 @@ function write_file($object,$outputlangs)
{
$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();
Expand Down

0 comments on commit 692f19d

Please sign in to comment.