Bug 22330: Transfer limits should be respected for placing holds in staff interface...
[koha.git] / C4 / BackgroundJob.pm
index f7dfe88..f607340 100644 (file)
@@ -24,12 +24,7 @@ use C4::Context;
 use C4::Auth qw/get_session/;
 use Digest::MD5;
 
-use vars qw();
 
-BEGIN {
-       # set the version for version checking
-    $VERSION = 3.07.00.049;
-}
 
 =head1 NAME