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

(-)a/Koha/Filter/MARC/EmbedItemsAvailability.pm (+2 lines)
Lines 95-97 sub _processrecord { Link Here
95
95
96
    return $record;
96
    return $record;
97
}
97
}
98
99
1;
(-)a/Koha/Filter/MARC/EmbedSeeFromHeadings.pm (+2 lines)
Lines 105-107 sub _processrecord { Link Here
105
    }
105
    }
106
    return $record;
106
    return $record;
107
}
107
}
108
109
1;
(-)a/Koha/Filter/MARC/Null.pm (+2 lines)
Lines 52-54 sub filter { Link Here
52
52
53
    return $record;
53
    return $record;
54
}
54
}
55
56
1;
(-)a/Koha/SearchEngine.pm (+2 lines)
Lines 44-46 indicate that you want to be working with the authorities index. Link Here
44
# may be used for, e.g., directory names.
44
# may be used for, e.g., directory names.
45
Readonly our $BIBLIOS_INDEX     => 'biblios';
45
Readonly our $BIBLIOS_INDEX     => 'biblios';
46
Readonly our $AUTHORITIES_INDEX => 'authorities';
46
Readonly our $AUTHORITIES_INDEX => 'authorities';
47
48
1;
(-)a/misc/translator/VerboseWarnings.pm (+2 lines)
Lines 123-126 sub warned { Link Here
123
    return $warned; # number of times warned
123
    return $warned; # number of times warned
124
}
124
}
125
125
126
1;
127
126
###############################################################################
128
###############################################################################
(-)a/t/lib/Koha/Plugin/Test.pm (-1 / +2 lines)
Lines 311-313 sub intranet_catalog_biblio_tab { Link Here
311
sub _private_sub {
311
sub _private_sub {
312
    return "";
312
    return "";
313
}
313
}
314
- 
314
315
1;

Return to bug 24000