Bug 2505 - Add commented use warnings where missing in the acqui/ directory
[koha_gimpoz] / acqui / booksellers.pl
index 11aba49..7641e68 100755 (executable)
@@ -53,6 +53,7 @@ the C<basket> we have to close if op is equal to 'close'.
 =cut
 
 use strict;
+#use warnings; FIXME - Bug 2505
 use C4::Auth;
 use C4::Biblio;
 use C4::Output;