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:32 -0700
commit840c45f3ae5661130f9a6068ae5c9e03c47c9f39 (patch)
tree85672722bca609ee4c3bb40c6eb635d2e6222757
parent27c3f67c2cc601bfc97110749b347c0fb0252f35 (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 {