summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_svc.html
diff options
context:
space:
mode:
authorivan <ivan>2007-04-19 20:18:05 +0000
committerivan <ivan>2007-04-19 20:18:05 +0000
commitdb4034e2019cb6c7f455640b89e8d5fedeb28932 (patch)
treed2dd105c92897747296f836b17f7f1d010239b60 /httemplate/search/cust_svc.html
parent5c38d5114cc5b2e8711abfb20b4d2cfb83f944f6 (diff)
fix very strange "Undefined subroutine &FS::UI::Web::rooturl" with an explicit import. did i mention this was really really weird?
Diffstat (limited to 'httemplate/search/cust_svc.html')
-rw-r--r--httemplate/search/cust_svc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_svc.html b/httemplate/search/cust_svc.html
index 6369b202e..9a43a4139 100644
--- a/httemplate/search/cust_svc.html
+++ b/httemplate/search/cust_svc.html
@@ -115,7 +115,7 @@ my $count_query = "SELECT COUNT(*) FROM cust_svc $addl_from $extra_sql";
my $link = sub {
my $cust_svc = shift;
- my $url = FS::UI::Web::svc_url(
+ my $url = svc_url(
'm' => $m,
'action' => 'view',
#'part_svc' => $cust_svc->part_svc,