Fix from #8677
This commit is contained in:
parent
59e5545aa7
commit
aa30b946b6
@ -71,7 +71,6 @@ if (empty($date_start) || empty($date_end)) // We define date_start and date_end
|
||||
}
|
||||
$month_end=$month_start-1;
|
||||
if ($month_end < 1) $month_end=12;
|
||||
else $year_end++;
|
||||
}
|
||||
else $month_end=$month_start;
|
||||
$date_start=dol_get_first_day($year_start,$month_start,false); $date_end=dol_get_last_day($year_end,$month_end,false);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user