30 Sep
2020
30 Sep
'20
1:53 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26137 --- Comment #7 from Fridolin SOMERS <fridolin.somers@biblibre.com> --- I think we should after this bug review the template koha-tmpl/intranet-tmpl/prog/en/includes/biblio-view-menu.inc : [% IF ( subscriptionsnumber ) %]<li><a href="/cgi-bin/koha/serials/serials-search.pl?searched=1&biblionumber=[% biblio_object_id | url %]">Subscriptions ([% subscriptionsnumber | html %])</a></li>[% END %] I propose we create a new method in Koha/Template/Plugin/Biblio.pm : SubscriptionsCount, like HoldsCount -- You are receiving this mail because: You are watching all bug changes.