Bug 2505 - Add commented use warnings where missing in the virtualshelves/ directory
[koha.git] / virtualshelves / addbybiblionumber.pl
index b636c12..d53a8c4 100755 (executable)
@@ -59,6 +59,7 @@
 =cut
 
 use strict;
+#use warnings; FIXME - Bug 2505
 use C4::Biblio;
 use CGI;
 use C4::Output;