From 475997d6f9981ef93ce56ad10b0b1a85707aedfd Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Thu, 19 Feb 2015 23:37:48 +0000 Subject: [PATCH] Fax Server: Revert Destination Number field to type text to support non-numeric entries. --- 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 b25a20eb9a..7906e383ec 100644 --- a/app/fax/fax_edit.php +++ b/app/fax/fax_edit.php @@ -708,7 +708,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-destination-number']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo " ".$text['description-destination-number']."\n"; echo "\n";