From ce2845924cce648ce8f8848442e3e72104ff69cc Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Thu, 16 Apr 2015 20:49:43 +0000 Subject: [PATCH] Remove the numeric restriction on fax forward number as it isn't required to be a number. --- 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 d8bc032b30..0d75173159 100644 --- a/app/fax/fax_edit.php +++ b/app/fax/fax_edit.php @@ -751,7 +751,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-forward']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo "".$text['description-forward-number']."\n"; echo "\n";