From 20c24049bdedd7a09ef6a328c88b26ce190c8e2b Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 21 Feb 2018 16:08:01 -0700 Subject: [PATCH] Update fax_edit.php Changed the type of fax_caller_id_number to text, because otherwise the leading 0 is removed. --- app/fax/fax_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/fax/fax_edit.php b/app/fax/fax_edit.php index 5fa4efac4b..7de8123c5a 100644 --- a/app/fax/fax_edit.php +++ b/app/fax/fax_edit.php @@ -595,7 +595,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-caller-id-number']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo "".$text['description-caller-id-number']."\n"; echo "\n";