From 446cf8381db28ecdcd5fe0442b07920cb5a54492 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 5 Oct 2015 12:51:37 +0100 Subject: [PATCH 1/1] Bug 12478: Add Koha::AuthorisedValue[s] class These 2 classes come from bug 10363. Signed-off-by: Nick Clemens Signed-off-by: Jesse Weaver Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher --- Koha/AuthorisedValue.pm | 2 +- Koha/AuthorisedValues.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Koha/AuthorisedValue.pm b/Koha/AuthorisedValue.pm index 71758a940c..910b3da9a9 100644 --- a/Koha/AuthorisedValue.pm +++ b/Koha/AuthorisedValue.pm @@ -27,7 +27,7 @@ use base qw(Koha::Object); =head1 NAME -Koha::AuthorisedValue - Koha Authorised Value Object class +Koha::AuthorisedValue - Koha Authorised value Object class =head1 API diff --git a/Koha/AuthorisedValues.pm b/Koha/AuthorisedValues.pm index 718b8f8c6a..d0eea2a332 100644 --- a/Koha/AuthorisedValues.pm +++ b/Koha/AuthorisedValues.pm @@ -29,7 +29,7 @@ use base qw(Koha::Objects); =head1 NAME -Koha::AuthorisedValues - Koha AuthorisedValue Object set class +Koha::AuthorisedValues - Koha Authorised value Object set class =head1 API -- 2.11.0