Fix phpcs

This commit is contained in:
Laurent Destailleur 2017-03-23 20:07:46 +01:00
parent 6ab94ddbe7
commit be0d5bee78

View File

@ -721,7 +721,7 @@ class pdf_standard extends ModeleExpenseReport
* @param string $currency Currency code * @param string $currency Currency code
* @return void * @return void
*/ */
function _tableau(&$pdf, $tab_top, $tab_height, $nexY, $outputlangs, $hidetop=0, $hidebottom=0) function _tableau(&$pdf, $tab_top, $tab_height, $nexY, $outputlangs, $hidetop=0, $hidebottom=0, $currency='')
{ {
global $conf; global $conf;