From: Rogan Hamby Date: Mon, 13 Feb 2017 19:57:34 +0000 (-0500) Subject: fixed an issue where foreign peer bibs weren't displaying as links below items when... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Frogan%2Flp1664354;p=working%2FEvergreen.git fixed an issue where foreign peer bibs weren't displaying as links below items when there was a single one --- 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..a3fa813475 100644 --- a/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 @@ -226,7 +226,7 @@ END; # FOREACH bib [% END %] -[%- IF copy_info.peer_bib_marc.size > 1; +[%- IF copy_info.peer_bib_marc.size > 0; '