Circulation - Disable Barcode Field If Item Needs Confirmation
[koha_gimpoz] / catalogue / export.pl
index 11ec6d5..f6f02d7 100755 (executable)
@@ -1,7 +1,8 @@
 #!/usr/bin/perl
-use HTML::Template;
+use HTML::Template::Pro;
 use strict;
-require Exporter;
+#use warnings; FIXME - Bug 2505
+
 use C4::Record;
 use C4::Auth;
 use C4::Output;