[freeside-commits] freeside/httemplate/edit/process svc_phone.html, 1.4.4.1, 1.4.4.2

Erik Levinson levinse at wavetail.420.am
Mon Jan 10 11:46:15 PST 2011


Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail.420.am:/tmp/cvs-serv19955/httemplate/edit/process

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	svc_phone.html 
Log Message:
vitelity API improvements for toll-free and fax, RT11009

Index: svc_phone.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/svc_phone.html,v
retrieving revision 1.4.4.1
retrieving revision 1.4.4.2
diff -u -w -d -r1.4.4.1 -r1.4.4.2
--- svc_phone.html	26 Dec 2010 04:09:37 -0000	1.4.4.1
+++ svc_phone.html	10 Jan 2011 19:46:13 -0000	1.4.4.2
@@ -9,6 +9,9 @@
 die "access denied"
   unless $FS::CurrentUser::CurrentUser->access_right('Provision customer service'); #something else more specific?
 
+my $tollfreephonenum = $cgi->param('tollfreephonenum');
+$cgi->param('phonenum',$tollfreephonenum) if $tollfreephonenum =~ /^\d+$/;
+
 my $args_callback = sub {
   my( $cgi, $object ) = @_;
 



More information about the freeside-commits mailing list