From: Dan Scott Date: Tue, 22 Aug 2017 14:08:22 +0000 (-0400) Subject: LP#1712362 Display single conjoined items X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=931df31bf61c94529880f5f835739e8dda78c700;p=working%2FEvergreen.git LP#1712362 Display single conjoined items An off-by-one error resulted in single conjoined items not being linked from their peer bib record. Signed-off-by: Dan Scott --- 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 6be5346bed..4073c47225 100644 --- a/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 @@ -243,7 +243,7 @@ END; # FOREACH bib [% END %] -[%- IF copy_info.peer_bib_marc.size > 1; +[%- IF copy_info.peer_bib_marc.size > 0; '