2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

merge rev.492 "customized_outcomes"

This commit is contained in:
Alex
2015-12-03 00:17:36 +03:00
2 changed files with 2 additions and 2 deletions

View File

@@ -132,7 +132,7 @@ function display_outcomes($contacted,$ca,$case_id)
WHERE outcome_type_id != '5' WHERE outcome_type_id != '5'
$ctd $ctd
AND outcome_id IN ($outcomes) 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); $rs = $db->GetAll($sql);

View File

@@ -133,7 +133,7 @@ function display_outcomes($contacted,$ca,$case_id)
WHERE contacted = '$contacted' WHERE contacted = '$contacted'
AND outcome_type_id != '5' AND outcome_type_id != '5'
AND outcome_id IN ($outcomes) 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); $rs = $db->GetAll($sql);