From: ivan Date: Tue, 2 Jan 2007 20:29:43 +0000 (+0000) Subject: fix popup target links X-Git-Tag: freeside_1_7_2~1^2~147 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=932fec53db68a930566e01b55cef887a4700d019;p=freeside.git fix popup target links --- 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 {