Merge branch 'ent-7819-500-al-ordernar-items-de-informes' into 'develop'

fixed error 500 when sort report items

See merge request artica/pandorafms!4314
This commit is contained in:
Daniel Rodriguez 2021-08-25 12:52:33 +00:00
commit 61baf63a6a
1 changed files with 1 additions and 1 deletions

View File

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