From fb75160b37bf31a3b9b171acefb2463c39d79366 Mon Sep 17 00:00:00 2001 From: Stephen Forster Date: Fri, 27 Sep 2019 07:53:03 +0200 Subject: [PATCH] Fix call forward Caller ID select (#4615) Caller ID select for for call forward was not saving the selection and would default to NULL or '' --- app/calls/call_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/calls/call_edit.php b/app/calls/call_edit.php index 2498541c94..688dd8ea78 100644 --- a/app/calls/call_edit.php +++ b/app/calls/call_edit.php @@ -588,7 +588,7 @@ if(strlen($caller_id_name) == 0){ $caller_id_name = $row['destination_description']; } - echo " \n"; + echo " \n"; } echo "
\n"; echo $text['description-cid-number']."\n";