From 8ee16910f352fda4c55aa7ab91c0adcc6dfb1a85 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Fri, 20 Feb 2015 04:24:18 +0000 Subject: [PATCH] FAX edit destination number is not always a number so have to remove the constraint. --- 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 7906e383ec..56fa420b1f 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";