WUX-UX integration

This commit is contained in:
fbsanchez 2018-10-24 19:31:39 +02:00
parent 7a64bb4855
commit 50aa314191
1 changed files with 0 additions and 9 deletions

View File

@ -1095,15 +1095,6 @@ $policyTab = enterprise_hook('policy_tab');
if ($policyTab == -1)
$policyTab = "";
/* UX Console */
enterprise_include_once('/include/functions_ux_console.php');
$active_ux = enterprise_hook('get_ux_transactions', array($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));
if($modules_wux){