Fixed menu ux_console_tab
This commit is contained in:
parent
53bb048673
commit
bc38ff630a
|
@ -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));
|
||||||
|
|
Loading…
Reference in New Issue