]> git.koha-community.org Git - koha.git/commit
Bug 19418: (bug 12833 follow-up) Add missing use statement
authorAlex Arnaud <alex.arnaud@biblibre.com>
Fri, 6 Oct 2017 07:19:15 +0000 (07:19 +0000)
committerMason James <mtj@kohaaloha.com>
Tue, 24 Oct 2017 04:35:22 +0000 (17:35 +1300)
commitc0c699d0fb30ae72b6716a9e6e6edabbc583e034
tree64f7c1a95b4abcb4721829a160642cd7df6ceee0
parent4b5c19df302a9738f315166ce5b9f0fff7f8116b
Bug 19418: (bug 12833 follow-up) Add missing use statement

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

(cherry picked from commit 9c208a44313ed1f4bd12f8c9d3b45c5f2d386c5b)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit 2d04c80b37cb2f37f9709b8bcfc6b9a4e4eaaae9)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
C4/Utils/DataTables/Members.pm