From 44b4e453095e96d46447ea9c1cf010ab5f567d4d Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 10 Oct 2018 13:32:29 +0000 Subject: [PATCH] Bug 21492: Show subscriptions count in the sidebar menu This patch modifies the include file for the sidebar menu of bibliographic views so that a count of subscriptions is shown on the subscriptions tab. To test you should have bibliographic record with one or more subscriptions. View that bibliographic record and confirm that the sidebar menu tab shows the count of subscriptions. Signed-off-by: Katrin Fischer https://bugs.koha-community.org/show_bug.cgi?id=21291 Signed-off-by: Nick Clemens --- koha-tmpl/intranet-tmpl/prog/en/includes/biblio-view-menu.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/biblio-view-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/biblio-view-menu.inc index 430ad211cd..84536e011d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/biblio-view-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/biblio-view-menu.inc @@ -34,7 +34,7 @@ Article requests ([% Biblio.ArticleRequestsActiveCount( biblio_object_id ) | html %]) [% END %] - [% IF ( subscriptionsnumber ) %]
  • Subscription(s)
  • [% END %] + [% IF ( subscriptionsnumber ) %]
  • Subscriptions ([% subscriptionsnumber | html %])
  • [% END %]
      [% IF ( issuehistoryview ) %]
    • [% ELSE %]
    • [% END %] -- 2.39.2