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 = "";
/* UX Console */
$ux_console_tab = enterprise_hook('ux_console_tab');
if ($ux_console_tab == -1)
$ux_console_tab = "";
enterprise_include_once('/include/functions_ux_console.php');
$active_ux = get_ux_transactions($id_agente);
if(!empty($active_ux)){
$ux_console_tab = enterprise_hook('ux_console_tab');
if ($ux_console_tab == -1)
$ux_console_tab = "";
}
/* WUX Console */
$modules_wux = enterprise_hook('get_wux_modules' , array($id_agente));