mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +01:00
Fix phpcs
This commit is contained in:
committed by
GitHub
parent
71d984483d
commit
b9771db131
@@ -118,7 +118,7 @@ foreach ($listofparams as $param)
|
||||
}
|
||||
|
||||
$title = $langs->trans("VATReport") . " " . dol_print_date($date_start) . " -> " . dol_print_date($date_end);
|
||||
llxHeader('',$title,'','',0,0,'','',$morequerystring);
|
||||
llxHeader('', $title, '', '', 0, 0, '', '', $morequerystring);
|
||||
|
||||
|
||||
//print load_fiche_titre($langs->trans("VAT"),"");
|
||||
|
||||
Reference in New Issue
Block a user