Update document.php
$helpurl => $help_url $help_url = "EN:Module_Expense_Reports|FR:Module_Notes_de_frais";
This commit is contained in:
parent
4d916f3c9f
commit
8fc3f9c919
@ -110,8 +110,9 @@ include DOL_DOCUMENT_ROOT.'/core/actions_linkedfiles.inc.php';
|
|||||||
$form = new Form($db);
|
$form = new Form($db);
|
||||||
|
|
||||||
$title = $langs->trans("ExpenseReport")." - ".$langs->trans("Documents");
|
$title = $langs->trans("ExpenseReport")." - ".$langs->trans("Documents");
|
||||||
$helpurl = "EN:Module_Expense_Reports";
|
$help_url = "EN:Module_Expense_Reports|FR:Module_Notes_de_frais";
|
||||||
llxHeader("", $title, $helpurl);
|
|
||||||
|
llxHeader("", $title, $help_url);
|
||||||
|
|
||||||
if ($object->id) {
|
if ($object->id) {
|
||||||
$object->fetch_thirdparty();
|
$object->fetch_thirdparty();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user