From 04c9b1b0b4e31d79c51d871ef06e88e7b3987edc Mon Sep 17 00:00:00 2001 From: Fridolyn SOMERS Date: Wed, 24 Jul 2013 12:37:00 +0200 Subject: [PATCH] Bug 10544 - add Number-local-acquisition in known indexes Content-Type: text/plain; charset=utf-8 Adding Number-local-acquisition in C4::Search known indexes allows to search without using "ccl=" prefix. Also corrects in ccl.properties : inv must be an alias of Number-local-acquisition. Signed-off-by: Marcel de Rooy --- C4/Search.pm | 1 + etc/zebradb/ccl.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/C4/Search.pm b/C4/Search.pm index 18a0f5f..d0b9f09 100644 --- a/C4/Search.pm +++ b/C4/Search.pm @@ -1088,6 +1088,7 @@ sub getIndexes{ 'mc-itype', 'mc-loc', 'notforloan', + 'Number-local-acquisition', 'onloan', 'price', 'renewals', diff --git a/etc/zebradb/ccl.properties b/etc/zebradb/ccl.properties index e86760c..0970bfd 100644 --- a/etc/zebradb/ccl.properties +++ b/etc/zebradb/ccl.properties @@ -1001,7 +1001,7 @@ coded-location-qualifier 1=8016 price 1=8017 Number-local-acquisition 1=1062 stocknumber Number-local-acquisition -inv stocknumber +inv Number-local-acquisition stack 1=8018 issues 1=8019 renewals 1=8020 -- 1.7.7.6