[freeside-commits] freeside/httemplate/edit/process svc_phone.html, 1.5, 1.6
Erik Levinson
levinse at wavetail.420.am
Mon Jan 10 11:44:59 PST 2011
Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail.420.am:/tmp/cvs-serv19789/httemplate/edit/process
Modified Files:
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.5
retrieving revision 1.6
diff -u -w -d -r1.5 -r1.6
--- svc_phone.html 26 Dec 2010 04:09:26 -0000 1.5
+++ svc_phone.html 10 Jan 2011 19:44:43 -0000 1.6
@@ -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