From: Dan Scott Date: Wed, 29 Jun 2011 04:01:10 +0000 (-0400) Subject: Don't display located URIs in record details copy table X-Git-Tag: sprint4-merge-nov22~5128^2~75^2~5^2~3^2 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=956da091dc8cafd2b4fac0a65ffaf0b91a786170;p=working%2FEvergreen.git 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 --- 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