X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Fsvc_circuit.cgi;h=8f05e0488d016f5eb71a2acae1e0f71c2690ce3b;hp=c14c55fdccc2f55e97670f7f66faac2159a85502;hb=f6860de28c7d561312b6ba1e6fb67799a08c7306;hpb=f673db50d866ac1b64bb80b09bd81071d089bf41 diff --git a/httemplate/search/svc_circuit.cgi b/httemplate/search/svc_circuit.cgi old mode 100755 new mode 100644 index c14c55fdc..8f05e0488 --- a/httemplate/search/svc_circuit.cgi +++ b/httemplate/search/svc_circuit.cgi @@ -3,7 +3,7 @@ 'name' => 'circuit services', 'query' => $query, 'count_query' => $query->{'count_query'}, - 'redirect' => [ popurl(2). "view/svc_circuit.html?", 'svcnum' ], + 'redirect' => [ popurl(2). "view/svc_circuit.cgi?", 'svcnum' ], 'header' => [ '#', 'Provider', 'Type', @@ -60,6 +60,6 @@ if ( $cgi->param('magic') eq 'unlinked' ) { my $query = FS::svc_circuit->search(\%search_hash); -my $link = [ $p.'view/svc_circuit.html?', 'svcnum' ]; +my $link = [ $p.'view/svc_circuit.cgi?', 'svcnum' ];