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:
2
call.php
2
call.php
@@ -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);
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user