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';
Departamento:
Provincia:
Distrito:
+
Coordenadas:
DISTRITO 1:
@@ -575,6 +576,9 @@ require_once 'layout_header.php';
Entrega programada:
+ +
Subido a Ruta Contraentrega # ·
+
Última gestión:
Nota:
@@ -677,13 +681,27 @@ require_once 'layout_header.php';