From 67e6d6e245ccc102791a6d94323801318a086f9c 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. --- 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 430ad21..84536e0 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 %]