From 1e1d4445682c0e69781654ea7f2851d861031e9f Mon Sep 17 00:00:00 2001 From: levinse Date: Mon, 10 Jan 2011 19:44:43 +0000 Subject: vitelity API improvements for toll-free and fax, RT11009 --- httemplate/edit/process/svc_phone.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'httemplate/edit/process') diff --git a/httemplate/edit/process/svc_phone.html b/httemplate/edit/process/svc_phone.html index ddc938216..9dd1226cc 100644 --- a/httemplate/edit/process/svc_phone.html +++ b/httemplate/edit/process/svc_phone.html @@ -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 ) = @_; -- cgit v1.2.1