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:
commit
61baf63a6a
|
@ -3370,7 +3370,7 @@ $buttons['view'] = [
|
|||
$buttons[$activeTab]['active'] = true;
|
||||
|
||||
if ($idReport != 0) {
|
||||
$textReportName = $reportName;
|
||||
$textReportName = $report['name'];
|
||||
} else {
|
||||
$temp = $buttons['main'];
|
||||
$buttons = null;
|
||||
|
|
Loading…
Reference in New Issue