Bugzilla – Attachment 68047 Details for
Bug 19425
Adding orders from order file with multiple budgets per record triggers error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19418: (bug 12833 follow-up) Add missing use statement
Bug-19418-bug-12833-follow-up-Add-missing-use-stat.patch (text/plain), 1.24 KB, created by
Marcel de Rooy
on 2017-10-13 07:31:07 UTC
(
hide
)
Description:
Bug 19418: (bug 12833 follow-up) Add missing use statement
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2017-10-13 07:31:07 UTC
Size:
1.24 KB
patch
obsolete
>From c3ca8a18dd57204b86ccb4a7447382ab4bac78db Mon Sep 17 00:00:00 2001 >From: Alex Arnaud <alex.arnaud@biblibre.com> >Date: Fri, 6 Oct 2017 07:19:15 +0000 >Subject: [PATCH] Bug 19418: (bug 12833 follow-up) Add missing use statement >Content-Type: text/plain; charset=utf-8 > >Patron search fail on calling svc/members/search. This script >return a 500 error and the search stay on "Processing..." > >Test plan: > - Enable ExtendedPatronAttributes system preference, > - make a standard search (search fields), > - check the search works and it doesn't stick on "Processing..." > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >I do not recreate the issue, but the change make sense and the issue has >been raised by several people > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > C4/Utils/DataTables/Members.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/C4/Utils/DataTables/Members.pm b/C4/Utils/DataTables/Members.pm >index 302eaff..b2e4963 100644 >--- a/C4/Utils/DataTables/Members.pm >+++ b/C4/Utils/DataTables/Members.pm >@@ -4,6 +4,7 @@ use Modern::Perl; > use C4::Context; > use C4::Utils::DataTables; > use Koha::DateUtils; >+use C4::Members::Attributes qw(SearchIdMatchingAttribute ); > > sub search { > my ( $params ) = @_; >-- >2.1.4
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 19425
:
67715
|
67716
|
67866
|
68047
|
68048
|
68049
|
68050