Bug 25690: (QA follow-up) PROCESSED -> PROCESSING for consistency
[srvgit] / circ / transferstoreceive.pl
index 37ae2a4..bbf2536 100755 (executable)
@@ -41,7 +41,7 @@ use Koha::DateUtils;
 use Koha::BiblioFrameworks;
 use Koha::Patrons;
 
-my $input = new CGI;
+my $input = CGI->new;
 my $itemnumber = $input->param('itemnumber');
 
 my ( $template, $loggedinuser, $cookie, $flags ) = get_template_and_user(