View | Details | Raw Unified | Return to bug 36027
Collapse All | Expand All

(-)a/misc/maintenance/search_for_data_inconsistencies.pl (-2 lines)
Lines 27-33 use Koha::Items; Link Here
27
use Koha::ItemTypes;
27
use Koha::ItemTypes;
28
use Koha::Patrons;
28
use Koha::Patrons;
29
use C4::Biblio qw( GetMarcFromKohaField );
29
use C4::Biblio qw( GetMarcFromKohaField );
30
use Data::Dumper;
31
30
32
# %methods hash defines options and their corresponding subroutines
31
# %methods hash defines options and their corresponding subroutines
33
# Each numeric key represents an option, and its associated subroutine reference defines the action to be taken
32
# Each numeric key represents an option, and its associated subroutine reference defines the action to be taken
34
- 

Return to bug 36027