Merge pull request #17960 from dolibit-ut/patch-361

Update view_log.php
This commit is contained in:
Laurent Destailleur 2021-06-17 13:29:09 +02:00 committed by GitHub
commit 2f4f8648af
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 = '';