From 23f951a15724538e67cef3529cc81f233077e66f Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Thu, 18 Aug 2011 07:36:18 -0400 Subject: [PATCH] TPAC: Remove one more KCLS reference KCLS probably doesn't want us to link to their libraries from every Evergreen instance... Signed-off-by: Dan Scott --- Open-ILS/src/templates/default/opac/parts/record/summary.tt2 | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Open-ILS/src/templates/default/opac/parts/record/summary.tt2 b/Open-ILS/src/templates/default/opac/parts/record/summary.tt2 index 38685edbb5..4aca69342d 100644 --- a/Open-ILS/src/templates/default/opac/parts/record/summary.tt2 +++ b/Open-ILS/src/templates/default/opac/parts/record/summary.tt2 @@ -162,13 +162,11 @@ FOR copy_info IN ctx.copies; NEXT IF copy_info.call_number_label == '##URI##' %] - [% - # XXX KCLS-specific kludging + + [%- org_name = ctx.get_aou(copy_info.circ_lib).name; - dir = org_name | lower | replace('[^\w]', '') | - replace('.+320th', '320th'); %] - [% org_name %] + org_name | html + -%] [% copy_info.call_number_label | html %] [% copy_info.barcode | html %] -- 2.11.0