Merge branch 'ent-7945-500-al-crear-informe' into 'develop'

Ent 7945 500 al crear informe

See merge request artica/pandorafms!4373
This commit is contained in:
Daniel Rodriguez 2021-08-27 12:07:24 +00:00
commit fae4b284e4

View File

@ -3370,7 +3370,7 @@ $buttons['view'] = [
$buttons[$activeTab]['active'] = true;
if ($idReport != 0) {
$textReportName = $report['name'];
$textReportName = (empty($reportName) === false) ? $reportName : $report['name'];
} else {
$temp = $buttons['main'];
$buttons = null;