Bug 24488: perf - Group by at DBMS level
[srvgit] / opac / opac-account.pl
index 15222de..8442281 100755 (executable)
@@ -28,7 +28,7 @@ use Koha::Account::Lines;
 use Koha::Patrons;
 use Koha::Plugins;
 
-my $query = new CGI;
+my $query = CGI->new;
 my ( $template, $borrowernumber, $cookie ) = get_template_and_user(
     {
         template_name   => "opac-account.tt",