From 39d44acd1eec6f14cc6d8c605b1b2022069d150d Mon Sep 17 00:00:00 2001 From: markjcrane Date: Fri, 14 Aug 2015 10:47:15 -0600 Subject: [PATCH] Change type number to text to fix caller id numbers that start with a 0. --- app/extensions/extension_edit.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/extensions/extension_edit.php b/app/extensions/extension_edit.php index 6ef0d23c5e..32b6938152 100644 --- a/app/extensions/extension_edit.php +++ b/app/extensions/extension_edit.php @@ -1325,7 +1325,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-effective_caller_id_number']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-effective_caller_id_number']."\n"; echo "\n"; @@ -1406,7 +1406,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { unset ($prep_statement); } else { - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-outbound_caller_id_number-custom']."\n"; } @@ -1429,7 +1429,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-emergency_caller_id_number']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-emergency_caller_id_number']."\n"; echo "\n";