Merge pull request #17327 from dolibit-ut/patch-283

Update document.php
This commit is contained in:
Laurent Destailleur 2021-04-19 20:27:49 +02:00 committed by GitHub
commit 7eed8ce370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,8 +110,9 @@ include DOL_DOCUMENT_ROOT.'/core/actions_linkedfiles.inc.php';
$form = new Form($db);
$title = $langs->trans("ExpenseReport")." - ".$langs->trans("Documents");
$helpurl = "EN:Module_Expense_Reports";
llxHeader("", $title, $helpurl);
$help_url = "EN:Module_Expense_Reports|FR:Module_Notes_de_frais";
llxHeader("", $title, $help_url);
if ($object->id) {
$object->fetch_thirdparty();