From: ivan Date: Mon, 22 Jun 2009 22:55:05 +0000 (+0000) Subject: fix advanced customer report failure, RT#5515 X-Git-Tag: root_of_svc_elec_features~1103 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=5479fdb0844b77cbc313a1ab4135d769b034d981 fix advanced customer report failure, RT#5515 --- diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 90c865775..2a22bfdc5 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -57,7 +57,7 @@ Initializes the Mason environment, loads all Freeside and RT libraries, etc. use DateTime::Format::Strptime; use Lingua::EN::Inflect qw(PL); use Tie::IxHash; - use URI::URL; + use URI; use URI::Escape; use HTML::Entities; use HTML::TreeBuilder; 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;