From a1bd964032279950ecbf1185407fec215d4f873c Mon Sep 17 00:00:00 2001 From: Zoe Schoeler 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. --- 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.1.4