From 956da091dc8cafd2b4fac0a65ffaf0b91a786170 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Wed, 29 Jun 2011 00:01:10 -0400 Subject: [PATCH] Don't display located URIs in record details copy table The more correct approach would be to modify the JSON query to exclude copies from volumes where label = '##URI##', or to cut over to the in-db unapi-based xml_holdings + acp approach - but for now this is a quick and dirty fix that can't possibly hurt. Signed-off-by: Dan Scott --- Open-ILS/web/templates/default/opac/parts/record/summary.tt2 | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/web/templates/default/opac/parts/record/summary.tt2 b/Open-ILS/web/templates/default/opac/parts/record/summary.tt2 index ff1a757078..9dacc8dc3d 100644 --- a/Open-ILS/web/templates/default/opac/parts/record/summary.tt2 +++ b/Open-ILS/web/templates/default/opac/parts/record/summary.tt2 @@ -135,6 +135,7 @@ [% FOR copy_info IN ctx.copies %] + [% NEXT IF copy_info.call_number_label == '##URI##' %] [% # XXX KCLS-specific kludging -- 2.11.0