Bug 17600: Standardize our EXPORT_OK
[srvgit] / members / cancel-charge.pl
index 4c655fa..2f5ff42 100755 (executable)
@@ -19,7 +19,7 @@ use Modern::Perl;
 
 use CGI;
 
-use C4::Auth;
+use C4::Auth qw( checkauth );
 use Koha::Token;
 
 my $cgi = CGI->new;