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:
@@ -71,7 +71,7 @@ global $db;
|
||||
$db->StartTrans();
|
||||
|
||||
$operator_id = get_operator_id();
|
||||
$call_attempt_id = get_call_attempt($operator_id);
|
||||
$call_attempt_id = get_call_attempt($operator_id,false);
|
||||
$case_id = get_case_id($operator_id);
|
||||
|
||||
if (isset($_POST['submit']))
|
||||
|
||||
Reference in New Issue
Block a user