From: Dan Scott Date: Wed, 17 Dec 2014 20:55:44 +0000 (-0500) Subject: Disable metarecords X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=44fb7a0a2d24dd66480d211e3e30741e9e2a69fb;p=contrib%2FConifer.git Disable metarecords Signed-off-by: Dan Scott --- diff --git a/Open-ILS/src/templates_nosm/opac/parts/config.tt2 b/Open-ILS/src/templates_nosm/opac/parts/config.tt2 index 60a4b46b41..626f558647 100644 --- a/Open-ILS/src/templates_nosm/opac/parts/config.tt2 +++ b/Open-ILS/src/templates_nosm/opac/parts/config.tt2 @@ -174,7 +174,7 @@ ctx.google_books_preview = 1; ############################################################################## # Metarecords configuration -# metarecords.disabled = 1; # disable all metarecord access points +metarecords.disabled = 1; # disable all metarecord access points ############################################################################## ##############################################################################