diff options
author | Mark Wells <mark@freeside.biz> | 2016-10-26 14:22:22 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-10-26 14:22:22 -0700 |
commit | f3f8837205c382550f540d8cf0e0bd53f80263cd (patch) | |
tree | f02f2ad69bcc556d974464d31edadb5b36b4f455 /httemplate | |
parent | 5166db343d41a430e89e51682274d6c572ee59ee (diff) |
fix package link
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/search/sqlradius_usage.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/httemplate/search/sqlradius_usage.html b/httemplate/search/sqlradius_usage.html index be4cb30fa..ca7714990 100644 --- a/httemplate/search/sqlradius_usage.html +++ b/httemplate/search/sqlradius_usage.html @@ -272,11 +272,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 { |