Merge branch 'ent-4928-Bug-generacion-PDF-con-set-initial-date' into 'develop'

Ent 4928 bug generacion pdf con set initial date

See merge request artica/pandorafms!2866
This commit is contained in:
Daniel Rodriguez 2019-11-07 09:48:42 +01:00
commit 1006c54687
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}