From fdec38ac933328a238044bd5320b4254e4e7c296 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 25 Nov 2014 09:11:06 +0100 Subject: [PATCH] Bug 10363: Fix pod --- Koha/AuthorisedValue.pm | 3 +-- Koha/AuthorisedValues.pm | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Koha/AuthorisedValue.pm b/Koha/AuthorisedValue.pm index 988336f..6b7b3ab 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 55c7266..f81eea7 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 -- 2.1.0