From b735b4de64b4b5281b859ed80b9fa10d6fa6f16b Mon Sep 17 00:00:00 2001 From: root Date: Fri, 17 May 2019 12:30:47 +0000 Subject: [PATCH] Bug 22934: Add missing use statement Also fixes a typo To test: 1 - Add a subscription to a record 2 - Add an additional field in the admin section 3 - Edit the subscription and define the additional field 4 - Ensure you can view the record in the staff client and opac Signed-off-by: Owen Leonard --- Koha/AdditionalFieldValue.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Koha/AdditionalFieldValue.pm b/Koha/AdditionalFieldValue.pm index 69515cd..53c6b50 100644 --- a/Koha/AdditionalFieldValue.pm +++ b/Koha/AdditionalFieldValue.pm @@ -1,6 +1,7 @@ package Koha::AdditionalFieldValue; use Modern::Perl; +use Koha::AdditionalField; use base 'Koha::Object'; @@ -17,7 +18,7 @@ values =head3 field -Return the Koha:AdditionalField object for this AdditionalFeidlValue +Return the Koha:AdditionalField object for this AdditionalFeildValue =cut -- 2.1.4