From b0f39cee0de80568d78903b1926fa6eeefb6f16e 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 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 Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton --- C4/Search.pm | 1 + etc/zebradb/ccl.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/C4/Search.pm b/C4/Search.pm index a7aa0f716f..cc83b4ed7a 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 e86760caf9..0970bfd59b 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 -- 2.20.1