Merge pull request #17957 from dolibit-ut/patch-358

Update define_holiday.php
This commit is contained in:
Laurent Destailleur 2021-06-17 13:30:03 +02:00 committed by GitHub
commit 378184564a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -189,7 +189,10 @@ if (empty($reshook)) {
$form = new Form($db);
$userstatic = new User($db);
llxHeader('', $langs->trans('CPTitreMenu'));
$title = $langs->trans('CPTitreMenu');
llxHeader('', $title);
$typeleaves = $holiday->getTypes(1, 1);