Bug 7357: display serial title instead of '---'
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / modules / serials / serials-collection.tt
index ed126af..3777f47 100644 (file)
@@ -161,9 +161,11 @@ $(document).ready(function() {
       </tr>
 [% END %]
 [% IF ( subscr ) %]
+[% IF ( subscriptioncount > 1 ) %]
 <tr ><td colspan="8">  <a href="serials-collection.pl?biblionumber=[% biblionumber %]">See any subscription attached to this biblio</a></td>
 </tr>
 [% END %]
+[% END %]
 </table>
 [% END %]