From: Jonathan Druart Date: Mon, 5 Oct 2015 11:51:37 +0000 (+0100) Subject: Bug 12478: Add Koha::AuthorisedValue[s] class X-Git-Tag: v16.05.00-beta~337 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=446cf8381db28ecdcd5fe0442b07920cb5a54492;hp=e8950b6b00fe52a8bfed12bc3b6fbf193343e853;p=koha-ffzg.git 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 --- 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