Fix with on smartphone

This commit is contained in:
Laurent Destailleur 2017-03-21 17:58:41 +01:00
parent 1e63b98731
commit e6637422d5

View File

@ -39,6 +39,9 @@ $result = restrictedArea($user, 'expensereport', $id, 'expensereport');
/*
* View
*/
$form = new Form($db);
$title=$langs->trans("ExpenseReport") . " - " . $langs->trans("Info");
$helpurl="EN:Module_Expense_Reports";
llxHeader("",$title,$helpurl);