Bug 2505 - Add commented use warnings where missing in the circ/ directory
[koha.git] / circ / hold-transfer-slip.pl
index fa75d10..f581464 100755 (executable)
@@ -19,6 +19,7 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 use strict;
+#use warnings; FIXME - Bug 2505
 use C4::Context;
 use C4::Output;
 use CGI;