Bugzilla – Attachment 59133 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]
[SIGNED OFF] Bug 17838 Availability limit broken until an item has been checked out.
SIGNED-OFF-Bug-17838-Availability-limit-broken-unt.patch (text/plain), 1.06 KB, created by
Katrin Fischer
on 2017-01-18 02:14:44 UTC
(
hide
)
Description:
[SIGNED OFF] Bug 17838 Availability limit broken until an item has been checked out.
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2017-01-18 02:14:44 UTC
Size:
1.06 KB
patch
obsolete
>From e700eb54813477794a05f26f181ed5412efdccb4 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] [SIGNED OFF] 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> >--- > 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.7.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 17838
:
59130
|
59133
|
59582