diff --git a/serials/reorder_members.pl b/serials/reorder_members.pl index 224a37af14..c42823df9c 100755 --- a/serials/reorder_members.pl +++ b/serials/reorder_members.pl @@ -20,6 +20,7 @@ # where the hierarchical order can be changed on the fly and a routing list can be # printed out use strict; +#use warnings; FIXME - Bug 2505 use CGI; use C4::Auth; use C4::Context;