From c1297d561dd2a91f9b9a8b22ab78999687487731 Mon Sep 17 00:00:00 2001 From: UT from dolibit <45215329+dolibit-ut@users.noreply.github.com> Date: Thu, 17 Jun 2021 09:11:07 +0200 Subject: [PATCH] Update document.php --- htdocs/holiday/document.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/holiday/document.php b/htdocs/holiday/document.php index 063a3330ffd..c4e779efe52 100644 --- a/htdocs/holiday/document.php +++ b/htdocs/holiday/document.php @@ -137,7 +137,9 @@ $form = new Form($db); $listhalfday = array('morning'=>$langs->trans("Morning"), "afternoon"=>$langs->trans("Afternoon")); -llxHeader("", "", $langs->trans("InterventionCard")); +$title = $langs->trans('InterventionCard'); + +llxHeader('', $title); if ($object->id) {