Bug 10363: Fix pod
authorJonathan Druart <jonathan.druart@biblibre.com>
Tue, 25 Nov 2014 08:11:06 +0000 (09:11 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 19 Oct 2015 15:46:27 +0000 (12:46 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/AuthorisedValue.pm
Koha/AuthorisedValues.pm

index 988336f..6b7b3ab 100644 (file)
@@ -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 <kyle@bywatersolutions.com>
 =cut
 
 1;
-## Please see file perltidy.ERR
index 55c7266..f81eea7 100644 (file)
@@ -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