From 6db71f2bb6dd65df5b93095988be4c4916bbc852 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 6 Feb 2014 13:21:31 -0500 Subject: [PATCH] tpac repair library_name_link thinko Signed-off-by: Bill Erickson --- Open-ILS/src/templates/opac/parts/result/table.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/parts/result/table.tt2 b/Open-ILS/src/templates/opac/parts/result/table.tt2 index 42497a09a0..33368ba5fd 100644 --- a/Open-ILS/src/templates/opac/parts/result/table.tt2 +++ b/Open-ILS/src/templates/opac/parts/result/table.tt2 @@ -271,7 +271,7 @@ END; [% FOR copy IN args.holdings %] -[%- copy = copy_info; +[%- copy_info = copy; INCLUDE "opac/parts/library_name_link.tt2"; %] [% copy.location | html %] -- 2.11.0