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

(-)a/misc/migration_tools/switch_marc21_series_info.pl (-1 / +5 lines)
Lines 46-51 my $result = GetOptions( Link Here
46
    'v'      => \$verbose,
46
    'v'      => \$verbose,
47
    );
47
    );
48
48
49
# warn and exit if we're running UNIMARC
50
if (C4::Context->preference('MARCFLAVOUR') eq 'UNIMARC') {
51
    print "This script is useless when you're running UNIMARC\n";
52
    exit 0;
53
}
49
if ( ! $result || $show_help ) {
54
if ( ! $result || $show_help ) {
50
    print_usage();
55
    print_usage();
51
    exit 0;
56
    exit 0;
52
- 

Return to bug 5608