Bug 17600: Standardize our EXPORT_OK
[srvgit] / opac / opac-account-pay-return.pl
index 841f84f..bdfbcfc 100755 (executable)
@@ -21,7 +21,7 @@ use Modern::Perl;
 
 use CGI;
 
-use C4::Auth;
+use C4::Auth qw( checkauth );
 use Koha::Plugins::Handler;
 
 my $cgi = CGI->new;