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:
@@ -98,7 +98,7 @@ if(isset($_POST['start']) && isset($_POST['end']) && isset($_POST['day']) && iss
|
||||
$contact_phone_id = bigintval($_POST['contact_phone_id']);
|
||||
$start = $_POST['start'];
|
||||
$end = $_POST['end'];
|
||||
$call_attempt_id = get_call_attempt($operator_id);
|
||||
$call_attempt_id = get_call_attempt($operator_id,false);
|
||||
|
||||
make_appointment($respondent_id,$case_id,$contact_phone_id,$call_attempt_id,$day,$month,$year,$start,$end);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user