From 723db4cb012d1981c492d613e678df259771f6a6 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Fri, 10 Jul 2026 06:17:47 +0000 Subject: [PATCH] Autosave: 20260710-061850 --- call_center_pro.php | 70 +++- download_agregados_pedidos_template.php | 71 ++-- gestiones_callcenter.php | 71 +++- includes/callcenter_test_helpers.php | 75 +++- includes/drive_test_orders.php | 7 +- update_callcenter_test_tracking.php | 472 +++++++++++++++++++++++- 6 files changed, 695 insertions(+), 71 deletions(-) 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';