diff --git a/app/calls/call_edit.php b/app/calls/call_edit.php index f0ce961c96..0c5dd53241 100644 --- a/app/calls/call_edit.php +++ b/app/calls/call_edit.php @@ -79,7 +79,6 @@ else { $sql .= "and extension = 'disabled' "; } } - $sql .= "and enabled = 'true' "; $prep_statement = $db->prepare(check_sql($sql)); $prep_statement->execute(); $result = $prep_statement->fetchAll(PDO::FETCH_NAMED);