diff options
| author | Mark Wells <mark@freeside.biz> | 2015-08-04 13:03:48 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2015-08-04 13:03:48 -0700 |
| commit | 7c21e5bcc4cdd2974795c178bfeea7fa040e468e (patch) | |
| tree | fa0237b697943315320d94a7af2bfe1eb8bc6c0d /httemplate/search | |
| parent | 4df16e7570344219513ba7c6611d43ae396ead13 (diff) | |
rename view/svc_circuit.html to fix links from package reports, #37420
Diffstat (limited to 'httemplate/search')
| -rw-r--r--[-rwxr-xr-x] | httemplate/search/svc_circuit.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/search/svc_circuit.cgi b/httemplate/search/svc_circuit.cgi index c14c55fdc..8f05e0488 100755..100644 --- 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' ]; </%init> |
