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

(-)a/Koha/AuthorisedValue.pm (-2 / +1 lines)
Lines 145-151 sub opac_description { Link Here
145
    return $self->lib_opac() || $self->lib();
145
    return $self->lib_opac() || $self->lib();
146
}
146
}
147
147
148
=head3 Koha::Objects->_resultset
148
=head3 Koha::Objects->_avb_resultset
149
149
150
Returns the internal resultset or creates it if undefined
150
Returns the internal resultset or creates it if undefined
151
151
Lines 175-178 Kyle M Hall <kyle@bywatersolutions.com> Link Here
175
=cut
175
=cut
176
176
177
1;
177
1;
178
## Please see file perltidy.ERR
(-)a/Koha/AuthorisedValues.pm (-2 / +1 lines)
Lines 29-35 use base qw(Koha::Objects); Link Here
29
29
30
=head1 NAME
30
=head1 NAME
31
31
32
Koha::Borrower - Koha Borrower Object class
32
Koha::AuthorisedValues - Koha AuthorisedValue Object set class
33
33
34
=head1 API
34
=head1 API
35
35
36
- 

Return to bug 10363