Bugzilla – Attachment 59582 Details for
Bug 17838
Availability limit broken until an item has been checked out
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17838 Availability limit broken until an item has been checked out.
Bug-17838-Availability-limit-broken-until-an-item-.patch (text/plain), 1.37 KB, created by
Jonathan Druart
on 2017-01-26 12:58:13 UTC
(
hide
)
Description:
Bug 17838 Availability limit broken until an item has been checked out.
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-01-26 12:58:13 UTC
Size:
1.37 KB
patch
obsolete
>From 7d07320724a3675469e0849d6e0b6b5b0f1460c0 Mon Sep 17 00:00:00 2001 >From: Zoe Schoeler <crazy.mental.onion@gmail.com> >Date: Wed, 18 Jan 2017 00:55:43 +0000 >Subject: [PATCH] Bug 17838 Availability limit broken until an item has been > checked out. > >TEST PLAN > >1. Make sure you have no items checked out. >2. Run sudo koha-rebuild-zebra -f -v kohadev. >3. Go to search the catalog and search. >4. Check items availability and then click on limit to currently >available items. >5. This should return no results. >6. Apply patch and reload. >7. Results should show. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Attribute 14: " Specifies whether un-indexed fields should be ignored. A >zero value (default) throws a diagnostic when an un-indexed field is >specified. A non-zero value makes it return 0 hits." >From http://www.indexdata.com/zebra/doc/querymodel-zebra.html >--- > etc/zebradb/ccl.properties | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/etc/zebradb/ccl.properties b/etc/zebradb/ccl.properties >index 3ec1363..27def12 100644 >--- a/etc/zebradb/ccl.properties >+++ b/etc/zebradb/ccl.properties >@@ -1029,7 +1029,7 @@ reserves 1=8021 > Local-classification 1=8022 > barcode 1=8023 > bc barcode >-onloan 1=8024 >+onloan 1=8024 14=1 > datelastseen 1=8025 > datelastborrowed 1=8026 > copynumber 1=8027 >-- >2.9.3
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 17838
:
59130
|
59133
| 59582