cmall change for last commit

git-svn-id: svn://192.168.202.10@3287 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2020-08-28 19:44:56 +00:00
parent c993b8775b
commit 6614338817
+1
View File
@@ -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;}