From ad78adfca455e4bb8ef3e62d613688f3d2a6f8b8 Mon Sep 17 00:00:00 2001 From: Phan Tung Bui Date: Thu, 8 Feb 2024 15:17:03 -0500 Subject: [PATCH] Bug 36027: search_for_data_inconsistencies.pl - make each section optional --- misc/maintenance/search_for_data_inconsistencies.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/maintenance/search_for_data_inconsistencies.pl b/misc/maintenance/search_for_data_inconsistencies.pl index bd26c6daf3..14503b88d3 100755 --- a/misc/maintenance/search_for_data_inconsistencies.pl +++ b/misc/maintenance/search_for_data_inconsistencies.pl @@ -27,7 +27,6 @@ use Koha::Items; use Koha::ItemTypes; use Koha::Patrons; use C4::Biblio qw( GetMarcFromKohaField ); -use Data::Dumper; # %methods hash defines options and their corresponding subroutines # Each numeric key represents an option, and its associated subroutine reference defines the action to be taken -- 2.34.1