Bug 14591: Update other calls to AddReturn
[koha.git] / C4 / Print.pm
index 35c5430..d0f2642 100644 (file)
@@ -24,8 +24,6 @@ use C4::Context;
 use vars qw(@ISA @EXPORT);
 
 BEGIN {
-       # set the version for version checking
-    $VERSION = 3.07.00.049;
        require Exporter;
        @ISA    = qw(Exporter);
     @EXPORT = qw(&NetworkPrint);