Skip to content

Commit

Permalink
Update card.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dolibit-ut authored Jun 17, 2021
1 parent 61bd572 commit 053f8f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion htdocs/holiday/card.php
Original file line number Diff line number Diff line change
Expand Up @@ -858,9 +858,10 @@

$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
Expand Down

0 comments on commit 053f8f8

Please sign in to comment.