From 1d903b5ac1c5e43dde4d67f646a2a307aaf8773b Mon Sep 17 00:00:00 2001 From: Dan Wells Date: Tue, 31 May 2016 15:51:47 -0400 Subject: [PATCH] LP#1703678 Show foreign copies even if only one If a record has no copies of its own, but it does have a foreign copy on a peer bib, show that copy info (and the link to the other record). Signed-off-by: Dan Wells Signed-off-by: Dan Scott Signed-off-by: Mike Rylander --- Open-ILS/src/templates/opac/parts/record/copy_table.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 b/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 index c6ab1aa5a6..19965a0eeb 100644 --- a/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 @@ -25,7 +25,7 @@ FOREACH copy_info IN copies; END; END; -%] -[%- IF has_copies; %] +[%- IF has_copies or ctx.foreign_copies; %] -- 2.11.0