Merge pull request #17959 from dolibit-ut/patch-360
Update month_report.php
This commit is contained in:
commit
3ff4f7c722
@ -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());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user