fix travis issue from commit 139dc9a7

This commit is contained in:
philippe grand 2016-03-26 12:39:08 +01:00
parent 08970e67d7
commit b3285996dc

View File

@ -696,13 +696,15 @@ class pdf_standard extends ModeleExpenseReport
}
/**
* Affiche la grille des lignes de factures
* Show table for lines
*
* @param PDF $pdf Object PDF
* @param int $tab_top Tab top
* @param int $tab_height Tab height
* @param int $nexY next y
* @param Translate $outputlangs Output langs
* @param int $hidetop 1=Hide top bar of array and title, 0=Hide nothing, -1=Hide only title
* @param int $hidebottom Hide bottom bar of array
* @return void
*/
function _tableau(&$pdf, $tab_top, $tab_height, $nexY, $outputlangs, $hidetop=0, $hidebottom=0)