From b8c2fc182a1402d7bc3c739592ad4624d20f2ce0 Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Wed, 7 Dec 2022 11:13:16 -0700 Subject: [PATCH] allow fax FROM to have more characters (#6503) Fax cover sheet FROM field - increase the number of characters --- app/fax/fax_edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/fax/fax_edit.php b/app/fax/fax_edit.php index 620fc74183..38c29e080d 100644 --- a/app/fax/fax_edit.php +++ b/app/fax/fax_edit.php @@ -162,7 +162,7 @@ $fax_extension = substr($fax_extension, 0, 15); $accountcode = substr($accountcode, 0, 80); $fax_prefix = substr($fax_prefix, 0, 12); - $fax_caller_id_name = substr($fax_caller_id_name, 0, 20); + $fax_caller_id_name = substr($fax_caller_id_name, 0, 40); $fax_caller_id_number = substr($fax_caller_id_number, 0, 20); $fax_forward_number = substr($fax_forward_number, 0, 20); } @@ -651,7 +651,7 @@ echo " ".$text['label-caller-id-name']."\n"; echo "\n"; echo "