mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Fixed dialog box not appearing with new version of jquery / jquery ui
Fixed case not completing due to quotas with exclude_var_id of 0 Fixed notice on interface2 where $appointment variable not specified
This commit is contained in:
@@ -478,8 +478,7 @@ switch($state)
|
||||
// print "<div class='status'>" . T_("Requires coding") . "</div>";
|
||||
print "<form action='?' method='post'><div class=\"form-group\">";
|
||||
display_outcomes(false,$call_attempt_id,$case_id);
|
||||
print_r($rs);
|
||||
if ($_POST['confirm']){
|
||||
if (isset($_POST['confirm'])){
|
||||
print "</div><input type='submit' class=\"btn btn-primary\" value=\"" . T_("Assign outcome") . "\" name='submit' id='submit'/></form>";
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user