Fixed menu ux_console_tab

This commit is contained in:
Daniel Maya 2017-10-05 10:52:10 +02:00
parent 53bb048673
commit bc38ff630a
1 changed files with 7 additions and 3 deletions

View File

@ -1043,9 +1043,13 @@ if ($policyTab == -1)
$policyTab = ""; $policyTab = "";
/* UX Console */ /* UX Console */
$ux_console_tab = enterprise_hook('ux_console_tab'); enterprise_include_once('/include/functions_ux_console.php');
if ($ux_console_tab == -1) $active_ux = get_ux_transactions($id_agente);
$ux_console_tab = ""; if(!empty($active_ux)){
$ux_console_tab = enterprise_hook('ux_console_tab');
if ($ux_console_tab == -1)
$ux_console_tab = "";
}
/* WUX Console */ /* WUX Console */
$modules_wux = enterprise_hook('get_wux_modules' , array($id_agente)); $modules_wux = enterprise_hook('get_wux_modules' , array($id_agente));