From 6614338817eb5693692fb27483cf18cb5df3322c Mon Sep 17 00:00:00 2001 From: mattf Date: Fri, 28 Aug 2020 19:44:56 +0000 Subject: [PATCH] cmall change for last commit git-svn-id: svn://192.168.202.10@3287 3d104415-ff17-0410-8863-d5cf3c621b8a --- www/agc/vdc_db_query.php | 1 + 1 file changed, 1 insertion(+) diff --git a/www/agc/vdc_db_query.php b/www/agc/vdc_db_query.php index a6600ebe..3cebdf08 100644 --- a/www/agc/vdc_db_query.php +++ b/www/agc/vdc_db_query.php @@ -14070,6 +14070,7 @@ if ($ACTION == 'updateDISPO') $entry_list_id = urlencode(trim($row[34])); } + # Revert to log dispo choice if the lead is a callback, as CBHOLD would not be what the agent selected if ($dispo=="CBHOLD" && strlen($log_dispo_choice)>0 && $dispo!=$log_dispo_choice) {$dispo=$log_dispo_choice;}