Bug 10363: Fix pod

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>
This commit is contained in:
Jonathan Druart 2014-11-25 09:11:06 +01:00 committed by Tomas Cohen Arazi
parent 9b029fbc45
commit 12b9c3965b
2 changed files with 2 additions and 3 deletions

View 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

View 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