mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
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:
commit
fae4b284e4
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user