From aaf766fba30e7aeb01fb2f376b92ce14a777249b Mon Sep 17 00:00:00 2001 From: mattf Date: Tue, 22 Aug 2006 09:18:38 +0000 Subject: [PATCH] changed alt_phone and phone_number to maxlength of 12 in php scripts git-svn-id: svn://192.168.202.10@198 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/trunk/www/agc/vicidial.php | 5 +++-- agc_2-X/trunk/www/vicidial/admin.php | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/agc_2-X/trunk/www/agc/vicidial.php b/agc_2-X/trunk/www/agc/vicidial.php index 6e0fbedf..00c33575 100644 --- a/agc_2-X/trunk/www/agc/vicidial.php +++ b/agc_2-X/trunk/www/agc/vicidial.php @@ -122,6 +122,7 @@ # 60821-1555 - Added option to omit phone_code on dialout of leads # 60821-1628 - Added ALLFORCE recording option # 60821-1643 - Added no_delete_sessions option to not delete sessions +# 60822-0512 - Changed phone number fields to be maxlength of 12 # require("dbconnect.php"); @@ -5255,7 +5256,7 @@ echo "\n";   (This is usually a 1 in the USA-Canada) Phone Number: -   (10 digits max - digits only) +   (12 digits max - digits only) Search Existing Leads:   (This option if checked will attempt to find the phone number in the system before inserting it as a new lead) @@ -5554,7 +5555,7 @@ RECORD ID:
  Vendor ID: Phone: -  DialCode:   Alt. Phone: +  DialCode:   Alt. Phone: Show:   Email: diff --git a/agc_2-X/trunk/www/vicidial/admin.php b/agc_2-X/trunk/www/vicidial/admin.php index 3c22c335..4d51f174 100644 --- a/agc_2-X/trunk/www/vicidial/admin.php +++ b/agc_2-X/trunk/www/vicidial/admin.php @@ -1988,7 +1988,7 @@ if (strlen($phone_number) > 2) echo "
ADD A NUMBER TO THE DNC LIST
\n"; echo "\n"; echo "
\n"; -echo "\n"; +echo "\n"; echo "\n"; echo "
Phone Number: (digits only)$NWB#vicidial_list-dnc$NWE
Phone Number: (digits only)$NWB#vicidial_list-dnc$NWE
\n";