fixed bug

This commit is contained in:
alejandro.campos@artica.es 2021-06-09 10:41:45 +02:00
parent 2953870e4f
commit 13850e52d5

View File

@ -272,6 +272,8 @@ if ($idReport != 0) {
} }
} }
$helpers = ($helpers ?? '');
switch ($action) { switch ($action) {
case 'sort_items': case 'sort_items':
switch ($activeTab) { switch ($activeTab) {
@ -548,7 +550,7 @@ switch ($action) {
$subsection = $data_tab['subsection']; $subsection = $data_tab['subsection'];
$buttons = $data_tab['buttons']; $buttons = $data_tab['buttons'];
$helpers = $data_tab['helpers']; $helpers = $data_tab['helper'];
break; break;
} }