summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2007-01-02 20:29:43 +0000
committerivan <ivan>2007-01-02 20:29:43 +0000
commit932fec53db68a930566e01b55cef887a4700d019 (patch)
tree8f68bdd9be48ec8d052d1ec851cd566bde2d0e0f /httemplate
parentffcad49ae9b3b54094f8282bec67759399b57c95 (diff)
fix popup target links
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/view/cust_main/packages.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages.html b/httemplate/view/cust_main/packages.html
index 841605028..5a9f47d9c 100755
--- a/httemplate/view/cust_main/packages.html
+++ b/httemplate/view/cust_main/packages.html
@@ -504,7 +504,7 @@ Current packages
%sub pkg_link {
% my($action, $label, $cust_pkg) = @_;
% return '' unless $cust_pkg;
-% qq!<a href="${p}misc/$action.cgi?!. $cust_pkg->pkgnum. qq!">$label</a>!;
+% qq!<a href="${p}$action.cgi?!. $cust_pkg->pkgnum. qq!">$label</a>!;
%}
%
%sub pkg_popup_link {