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

filter outcome_id=32 if not limesurvey_is_quota_full (checked before)

This commit is contained in:
Alex
2015-12-03 00:13:07 +03:00
parent 4e34b1ebc5
commit 47340844ea
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'
$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);