Bugzilla – Attachment 81310 Details for
Bug 20078
Indexes 'arl' (Accelerated reading level) and 'arp' (Accelerated reading point) not usable in search menus
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20078: (QA follow-up) Correct attribute in PQF.pm
Bug-20078-QA-follow-up-Correct-attribute-in-PQFpm.patch (text/plain), 997 bytes, created by
Katrin Fischer
on 2018-10-26 16:07:19 UTC
(
hide
)
Description:
Bug 20078: (QA follow-up) Correct attribute in PQF.pm
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-10-26 16:07:19 UTC
Size:
997 bytes
patch
obsolete
>From 206fa57d7db68fcbc27531b8219403b5350c0baa Mon Sep 17 00:00:00 2001 >From: Koha instance kohadev-koha <kohadev-koha@kohadevbox> >Date: Fri, 26 Oct 2018 16:03:20 +0000 >Subject: [PATCH] Bug 20078: (QA follow-up) Correct attribute in PQF.pm > >--- > Koha/QueryParser/Driver/PQF.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/QueryParser/Driver/PQF.pm b/Koha/QueryParser/Driver/PQF.pm >index 8181cd3dd1..01a9674d6d 100644 >--- a/Koha/QueryParser/Driver/PQF.pm >+++ b/Koha/QueryParser/Driver/PQF.pm >@@ -836,7 +836,7 @@ sub TEST_SETUP { > $self->add_bib1_field_map('keyword' => 'arl' => 'biblioserver' => { '1' => '9904 r=r' } ); > > #Accelerated Reader Point >- $self->add_bib1_field_map('keyword' => 'arp' => 'biblioserver' => { '1' => '9013 r=r' } ); >+ $self->add_bib1_field_map('keyword' => 'arp' => 'biblioserver' => { '1' => '9014 r=r' } ); > > # Curriculum > $self->add_bib1_field_map('keyword' => 'curriculum' => 'biblioserver' => { '1' => '9658' } ); >-- >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 20078
:
71439
|
79431
|
79434
|
80646
|
80647
|
81308
|
81309
| 81310