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:
parent
9b029fbc45
commit
12b9c3965b
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue