diff options
author | ivan <ivan> | 2007-04-19 20:18:05 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-04-19 20:18:05 +0000 |
commit | db4034e2019cb6c7f455640b89e8d5fedeb28932 (patch) | |
tree | d2dd105c92897747296f836b17f7f1d010239b60 /httemplate/search/cust_svc.html | |
parent | 5c38d5114cc5b2e8711abfb20b4d2cfb83f944f6 (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.html | 2 |
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, |