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:
commit
1006c54687
|
@ -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…
Reference in New Issue