Fixed bug in report date in pdf reports
This commit is contained in:
parent
868bba07b0
commit
1a34e488b6
|
@ -179,7 +179,7 @@ function reporting_make_reporting_data(
|
||||||
$report['group_name'] = groups_get_name($report['id_group']);
|
$report['group_name'] = groups_get_name($report['id_group']);
|
||||||
$report['contents'] = [];
|
$report['contents'] = [];
|
||||||
|
|
||||||
if (empty($report['period']) && $pdf === false) {
|
if (empty($report['period'])) {
|
||||||
$report['period'] = $period;
|
$report['period'] = $period;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue