mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Made calls, call attempts and cases only created in the one spot
This commit is contained in:
@@ -102,7 +102,7 @@ else if ($state == 3)
|
||||
}
|
||||
|
||||
|
||||
$ca = get_call_attempt($operator_id);
|
||||
$ca = get_call_attempt($operator_id,false);
|
||||
if ($ca)
|
||||
{
|
||||
print "<div class='text'>" . get_respondent_time(get_respondent_id($ca),"%h:%i%p") ."</div>";
|
||||
|
||||
Reference in New Issue
Block a user