diff --git a/call_center_pro.php b/call_center_pro.php index 3da06047..fb2327e0 100644 --- a/call_center_pro.php +++ b/call_center_pro.php @@ -344,7 +344,7 @@ try { $aAgregado = !empty($a['is_agregado']); $bAgregado = !empty($b['is_agregado']); if ($aAgregado !== $bAgregado) { - return $aAgregado ? 1 : -1; + return $aAgregado ? -1 : 1; } $aImport = cc_test_import_time($a); @@ -550,6 +550,7 @@ require_once 'layout_header.php';