mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
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;
|
$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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user