Bug 24488: perf - Group by at DBMS level
[srvgit] / opac / opac-account-pay.pl
index e731280..69384db 100755 (executable)
@@ -33,7 +33,7 @@ use Koha::Acquisition::Currencies;
 use Koha::Database;
 use Koha::Plugins::Handler;
 
-my $cgi = new CGI;
+my $cgi = CGI->new;
 my $payment_method = $cgi->param('payment_method');
 my @accountlines   = $cgi->multi_param('accountline');