Update card.php

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

View File

@ -858,9 +858,10 @@ $object = new Holiday($db);
$listhalfday = array('morning'=>$langs->trans("Morning"), "afternoon"=>$langs->trans("Afternoon"));
$title = $langs->trans('CPTitreMenu');
$help_url = 'EN:Module_Holiday';
llxHeader('', $langs->trans('CPTitreMenu'), $help_url);
llxHeader('', $title, $help_url);
if ((empty($id) && empty($ref)) || $action == 'create' || $action == 'add') {
// If user has no permission to create a leave