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

View File

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