Update month_report.php

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

View File

@ -133,7 +133,9 @@ $holidaystatic = new Holiday($db);
$listhalfday = array('morning'=>$langs->trans("Morning"), "afternoon"=>$langs->trans("Afternoon"));
llxHeader('', $langs->trans('CPTitreMenu'));
$title = $langs->trans('CPTitreMenu');
llxHeader('', $title);
$search_month = GETPOST("remonth", 'int') ?GETPOST("remonth", 'int') : date("m", time());
$search_year = GETPOST("reyear", 'int') ?GETPOST("reyear", 'int') : date("Y", time());