Bug 6987 Make return from Overdues::GetFine consistent
[koha_fer] / C4 / tests / Record_test.pl
index 9729e32..f7a65ab 100755 (executable)
@@ -19,7 +19,8 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 #
 #
-use strict; use warnings; #FIXME: turn off warnings before release
+use strict;
+use warnings;
 
 # specify the number of tests
 use Test::More tests => 23;