Merge pull request #17957 from dolibit-ut/patch-358
Update define_holiday.php
This commit is contained in:
commit
378184564a
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user