From 053f8f8338cc3894846fc352a4d97220e708c4fd Mon Sep 17 00:00:00 2001 From: UT from dolibit <45215329+dolibit-ut@users.noreply.github.com> Date: Thu, 17 Jun 2021 09:07:17 +0200 Subject: [PATCH] Update card.php --- htdocs/holiday/card.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/holiday/card.php b/htdocs/holiday/card.php index 97a70782e36..e7fc4014563 100644 --- a/htdocs/holiday/card.php +++ b/htdocs/holiday/card.php @@ -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