fixed an issue where foreign peer bibs weren't displaying as links below items when... user/rogan/lp1664354
authorRogan Hamby <rogan.hamby@gmail.com>
Mon, 13 Feb 2017 19:57:34 +0000 (14:57 -0500)
committerRogan Hamby <rogan.hamby@gmail.com>
Mon, 13 Feb 2017 19:57:34 +0000 (14:57 -0500)
Open-ILS/src/templates/opac/parts/record/copy_table.tt2

index c6ab1aa..a3fa813 100644 (file)
@@ -226,7 +226,7 @@ END; # FOREACH bib
         [% END %]
 
 <tr><td>
-[%- IF copy_info.peer_bib_marc.size > 1;
+[%- IF copy_info.peer_bib_marc.size > 0;
 '<ul>';
     FOREACH bib IN copy_info.peer_bib_marc;
         attrs = {marc_xml => bib};