Bugzilla – Attachment 89960 Details for
Bug 22934
Add missing use statement to Koha::AdditionalFieldValue
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22934: Add missing use statement
Bug-22934-Add-missing-use-statement.patch (text/plain), 1.37 KB, created by
Marcel de Rooy
on 2019-05-22 14:37:03 UTC
(
hide
)
Description:
Bug 22934: Add missing use statement
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2019-05-22 14:37:03 UTC
Size:
1.37 KB
patch
obsolete
>From b24578db7cb73dfbd23974ec1b413260fea27ef4 Mon Sep 17 00:00:00 2001 >From: root <root@f1ebe1bec408> >Date: Fri, 17 May 2019 12:30:47 +0000 >Subject: [PATCH] Bug 22934: Add missing use statement >Content-Type: text/plain; charset=utf-8 > >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 >5 - Without patch ,in the subscription detail page,click the link of the record title. => software error. >6 - Apply the patch. => no error anymore. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Bin Wen <bin.wen@inlibro.com> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> > >Fixed another typo on L21 >--- > Koha/AdditionalFieldValue.pm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/Koha/AdditionalFieldValue.pm b/Koha/AdditionalFieldValue.pm >index 69515cd1af..6af87a9d9d 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 AdditionalFieldValue > > =cut > >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 22934
:
89893
|
89895
|
89919
| 89960