From 932fec53db68a930566e01b55cef887a4700d019 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 2 Jan 2007 20:29:43 +0000 Subject: [PATCH] fix popup target links --- httemplate/view/cust_main/packages.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!$label!; +% qq!$label!; %} % %sub pkg_popup_link { -- 2.11.0