Update view_log.php

$title
This commit is contained in:
UT from dolibit 2021-06-17 09:15:24 +02:00 committed by GitHub
parent 61bd572a9c
commit 23b24c589e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,7 +180,8 @@ $formother = new FormOther($db);
$holidaylogstatic = new stdClass();
$alltypeleaves = $object->getTypes(1, -1); // To have labels
llxHeader('', $langs->trans('CPTitreMenu'));
$title = $langs->trans('CPTitreMenu');
llxHeader('', $title);
$sqlwhere = '';