diff --git a/call.php b/call.php index fabb6cea..745cb53d 100644 --- a/call.php +++ b/call.php @@ -132,7 +132,7 @@ function display_outcomes($contacted,$ca,$case_id) WHERE outcome_type_id != '5' $ctd AND outcome_id IN ($outcomes) - AND outcome_id NOT IN(10,42,43,44,45)"; //don't show completed if not, hide max calls as the supposed to be automatic or admin + AND outcome_id NOT IN(10,32,42,43,44,45)"; //don't show completed if not, Lime_Quota_full if not, hide max calls as they supposed to be automatic or admin-privileged } } $rs = $db->GetAll($sql); diff --git a/call_interface2.php b/call_interface2.php index c2f9864f..6524597b 100644 --- a/call_interface2.php +++ b/call_interface2.php @@ -133,7 +133,7 @@ function display_outcomes($contacted,$ca,$case_id) WHERE contacted = '$contacted' AND outcome_type_id != '5' AND outcome_id IN ($outcomes) - AND outcome_id NOT IN(10,42,43,44,45)"; + AND outcome_id NOT IN(10,32,42,43,44,45)"; //don't show completed if not, Lime_Quota_full if not, hide max calls as they supposed to be automatic or admin-privileged } } $rs = $db->GetAll($sql);