mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
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['contents'] = [];
|
||||
|
||||
if (empty($report['period']) && $pdf === false) {
|
||||
if (empty($report['period'])) {
|
||||
$report['period'] = $period;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user