mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
Merge branch 'ent-1528-no-se-puede-acceder-a-los-agentes-en-version-OPEN' into 'develop'
Added enterprise_hook to a UX function on the Open part See merge request artica/pandorafms!1005
This commit is contained in:
commit
9f0b3c6b87
@ -1044,7 +1044,7 @@ if ($policyTab == -1)
|
|||||||
|
|
||||||
/* UX Console */
|
/* UX Console */
|
||||||
enterprise_include_once('/include/functions_ux_console.php');
|
enterprise_include_once('/include/functions_ux_console.php');
|
||||||
$active_ux = get_ux_transactions($id_agente);
|
$active_ux = enterprise_hook('get_ux_transactions', array($id_agente));
|
||||||
if(!empty($active_ux)){
|
if(!empty($active_ux)){
|
||||||
$ux_console_tab = enterprise_hook('ux_console_tab');
|
$ux_console_tab = enterprise_hook('ux_console_tab');
|
||||||
if ($ux_console_tab == -1)
|
if ($ux_console_tab == -1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user