Update define_holiday.php

$title
This commit is contained in:
UT from dolibit 2021-06-17 09:08:59 +02:00 committed by GitHub
parent 61bd572a9c
commit e62e6d9696
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);