Advances search limit by shelving location doesn't work due to missing ccl definition in default installation. Once updated, the zebradb will need to be reindexed. --- etc/zebradb/ccl.properties | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/etc/zebradb/ccl.properties b/etc/zebradb/ccl.properties index 775feed..cd03e2a 100644 --- a/etc/zebradb/ccl.properties +++ b/etc/zebradb/ccl.properties @@ -960,6 +960,7 @@ homebranch 1=homebranch branch homebranch holdingbranch 1=8012 location 1=8013 +mc-loc location # defined as 1=32 above #Date-of-acquisition 1=8014 acqsource 1=8015 -- 1.5.6.2 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
