Merge pull request #17327 from dolibit-ut/patch-283
Update document.php
This commit is contained in:
commit
7eed8ce370
@ -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