diff --git a/Koha/AuthorisedValue.pm b/Koha/AuthorisedValue.pm index 988336fcc9..6b7b3ab5ef 100644 --- a/Koha/AuthorisedValue.pm +++ b/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 diff --git a/Koha/AuthorisedValues.pm b/Koha/AuthorisedValues.pm index 55c726673b..f81eea7e0f 100644 --- a/Koha/AuthorisedValues.pm +++ b/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