summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-10-26 14:22:22 -0700
committerMark Wells <mark@freeside.biz>2016-10-26 14:22:38 -0700
commite3dbd4594395231687cc1b92cbe32d2f82693392 (patch)
tree8bbb7d20beb2a178d8876d6694599050eb0e21dc
parent21802b5591a2a1c580b4c2fc6490693bc3af52f6 (diff)
fix package link
-rw-r--r--httemplate/search/sqlradius_usage.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/httemplate/search/sqlradius_usage.html b/httemplate/search/sqlradius_usage.html
index 15118c134..846b50c2c 100644
--- a/httemplate/search/sqlradius_usage.html
+++ b/httemplate/search/sqlradius_usage.html
@@ -271,11 +271,7 @@ my $order_by_sql = {
my $link_pkg = sub {
my $self = shift;
- my $frag = 'cust_pkg'. $self->pkgnum; #hack for IE ignoring real #fragment
- [ "${p}view/cust_main.cgi?custnum=".$self->custnum.
- "show=packages;fragment=$frag#cust_pkg",
- 'pkgnum'
- ];
+ [ "${p}view/cust_pkg.cgi?", 'real_pkgnum' ];
};
my $link_svc = sub {