Bug 27661: (QA follow-up) Capitalization
[koha-ffzg.git] / acqui / newordersuggestion.pl
index 5493496..f43e201 100755 (executable)
@@ -99,7 +99,7 @@ use C4::Budgets;
 
 use Koha::Acquisition::Booksellers;
 
-my $input = new CGI;
+my $input = CGI->new;
 
 # getting the CGI params
 my $basketno        = $input->param('basketno');