https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26137
--- Comment #7 from Fridolin SOMERS <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
