Bug 2505 - Add commented use warnings where missing in the circ/ directory
[koha_gimpoz] / circ / branchoverdues.pl
index a33d836..905af94 100755 (executable)
@@ -17,7 +17,7 @@
 # Suite 330, Boston, MA  02111-1307 USA
 
 use strict;
-# use warnings;  # FIXME
+#use warnings; FIXME - Bug 2505
 use C4::Context;
 use CGI;
 use C4::Output;