Bug 16635: t/00-load.t warning from C4/Barcodes/hbyymmincr.pm
[koha-ffzg.git] / C4 / Barcodes / hbyymmincr.pm
index f963e9a..4e76012 100644 (file)
@@ -29,16 +29,13 @@ use Koha::DateUtils qw( dt_from_string output_pref );
 
 use vars qw(@ISA);
 use vars qw($debug $cgi_debug);        # from C4::Debug, of course
-use vars qw($branch $width);
+our $branch = '';
+our $width = 4; # FIXME: 4 is too small for sizeable or multi-branch libraries.
 
 BEGIN {
     @ISA = qw(C4::Barcodes);
 }
 
-INIT {
-       $branch = '';
-       $width = 4;             # FIXME: 4 is too small for sizeable or multi-branch libraries.
-}
 # Generates barcode where hb = home branch Code, yymm = year/month catalogued, incr = incremental number,
 #      increment resets yearly -fbcit