Qual: Removed unused variable

This commit is contained in:
Raphaël Doursenaud 2014-04-23 17:23:29 +02:00
parent 5d74a5a852
commit 4f3a28e7ed

View File

@ -438,7 +438,7 @@ class pdf_typhon extends ModelePDFDeliveryOrder
}
// Affiche zone infos
$posy=$this->_tableau_info($pdf, $object, $bottomlasttab, $outputlangs);
$this->_tableau_info($pdf, $object, $bottomlasttab, $outputlangs);
// Pied de page
$this->_pagefoot($pdf,$object,$outputlangs);