Update info.php

$help_url = "";

llxHeader('', $title, $help_url);
This commit is contained in:
UT from dolibit 2021-03-19 09:22:58 +01:00 committed by GitHub
parent bdb78956b7
commit 8c59ad974b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,8 +57,10 @@ $object->fetch($id);
$form = new Form($db);
$title = $langs->trans('Asset')." - ".$langs->trans('Info');
$helpurl = "";
llxHeader('', $title, $helpurl);
$help_url = "";
llxHeader('', $title, $help_url);
$object->info($id);