https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26137
--- Comment #9 from Jonathan Druart <[email protected]> --- (In reply to Fridolin SOMERS from comment #7) > 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 No, please don't create TT plugin method for that. The Koha::Biblio object's methods must be called instead. -- 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/
