Removing deprecated references and files

This commit is contained in:
Fernando Ontiveros
2025-04-02 00:00:00 +00:00
parent 884e67f883
commit d3bd0fcfbc
117 changed files with 40 additions and 14127 deletions

View File

@@ -7,8 +7,8 @@ switch ($action) {
case 'getAllCounters':
getAllCounters();
break;
case 'getAllCountersEnterprise':
getAllCountersEnterprise();
case 'getAllCountersE':
getAllCountersE();
break;
default: //this is the starting call
getLoadTreeMenuData();
@@ -32,11 +32,8 @@ function getLoadTreeMenuData()
$typesId['CASES_SELFSERVICE'] = 'selfservice';
}
$licensedFeatures = PMLicensedFeatures::getSingleton();
if ($licensedFeatures->verifyfeature('7TTeDBQeWRoZTZKYjh4eFpYUlRDUUEyVERPU3FxellWank=')) {
$typesId['CONSOLIDATED_CASES'] = 'batch_routing';
$types[] = 'batch_routing';
}
$typesId['CONSOLIDATED_CASES'] = 'batch_routing';
$types[] = 'batch_routing';
$list = [];
$list['count'] = ' ';
@@ -180,7 +177,7 @@ function getLoadTreeMenuData()
die;
}
function getAllCountersEnterprise()
function getAllCountersE()
{
try {
$userUid = (isset($_SESSION['USER_LOGGED']) && $_SESSION['USER_LOGGED'] != '') ? $_SESSION['USER_LOGGED'] : null;