Merge pull request #16730 from dolibit-ut/patch-93

Update card.php
This commit is contained in:
Laurent Destailleur 2021-03-16 15:13:07 +01:00 committed by GitHub
commit 88321d2778
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1311,9 +1311,9 @@ if (empty($reshook)) {
*/
$title = $langs->trans("ExpenseReport")." - ".$langs->trans("Card");
$helpurl = "EN:Module_Expense_Reports";
$help_url = "EN:Module_Expense_Reports|FR:Module_Notes_de_frais";
llxHeader("", $title, $helpurl);
llxHeader("", $title, $help_url);
$form = new Form($db);
$formfile = new FormFile($db);