From db4034e2019cb6c7f455640b89e8d5fedeb28932 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 19 Apr 2007 20:18:05 +0000 Subject: fix very strange "Undefined subroutine &FS::UI::Web::rooturl" with an explicit import. did i mention this was really really weird? --- httemplate/view/cust_main/packages.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'httemplate/view') diff --git a/httemplate/view/cust_main/packages.html b/httemplate/view/cust_main/packages.html index c56904690..98acb8685 100755 --- a/httemplate/view/cust_main/packages.html +++ b/httemplate/view/cust_main/packages.html @@ -440,12 +440,12 @@ Current packages % ) { % $url = "${p}edit/process/". $part_svc->svcdb. ".cgi?$pkgnum_svcpart"; % } else { -% $url = FS::UI::Web::svc_url( -% 'm' => $m, -% 'action' => 'edit', -% 'part_svc' => $part_svc, -% 'query' => $pkgnum_svcpart, -% ); +% $url = svc_url( +% 'm' => $m, +% 'action' => 'edit', +% 'part_svc' => $part_svc, +% 'query' => $pkgnum_svcpart, +% ); % #$url = "${p}edit/$svcpart->{svcdb}.cgi?$pkgnum_svcpart"; % } % @@ -522,7 +522,7 @@ Current packages %sub pkg_link { % my($action, $label, $cust_pkg) = @_; % return '' unless $cust_pkg; -% qq!$label!; +% qq!$label!; %} % %sub pkg_popup_link { -- cgit v1.2.1