@@ -, +, @@ --- Koha/AuthorisedValue.pm | 3 +-- Koha/AuthorisedValues.pm | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) --- a/Koha/AuthorisedValue.pm +++ a/Koha/AuthorisedValue.pm @@ -145,7 +145,7 @@ sub opac_description { return $self->lib_opac() || $self->lib(); } -=head3 Koha::Objects->_resultset +=head3 Koha::Objects->_avb_resultset Returns the internal resultset or creates it if undefined @@ -175,4 +175,3 @@ Kyle M Hall =cut 1; -## Please see file perltidy.ERR --- a/Koha/AuthorisedValues.pm +++ a/Koha/AuthorisedValues.pm @@ -29,7 +29,7 @@ use base qw(Koha::Objects); =head1 NAME -Koha::Borrower - Koha Borrower Object class +Koha::AuthorisedValues - Koha AuthorisedValue Object set class =head1 API --