diff options
author | ivan <ivan> | 2009-06-22 22:55:05 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-06-22 22:55:05 +0000 |
commit | 5479fdb0844b77cbc313a1ab4135d769b034d981 (patch) | |
tree | a81a2f1cee7202abbbafa319595e1dd57de5247d /httemplate/search | |
parent | 73e346e819dc56fb4447f9eb1624a49df1f58ab7 (diff) |
fix advanced customer report failure, RT#5515
Diffstat (limited to 'httemplate/search')
-rwxr-xr-x | httemplate/search/cust_main.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_main.html b/httemplate/search/cust_main.html index 3282f0f31..0625a125a 100755 --- a/httemplate/search/cust_main.html +++ b/httemplate/search/cust_main.html @@ -97,7 +97,7 @@ my $menubar = []; if ( $FS::CurrentUser::CurrentUser->access_right('Bulk send customer notices') ) { - my $uri = new URI::URL; + my $uri = new URI; $uri->query_form( \%search_hash ); my $query = $uri->query; |