Bugzilla – Attachment 80429 Details for
Bug 21492
Show subscriptions count in the sidebar menu
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21492: Show subscriptions count in the sidebar menu
Bug-21492-Show-subscriptions-count-in-the-sidebar-.patch (text/plain), 1.83 KB, created by
Katrin Fischer
on 2018-10-11 21:21:05 UTC
(
hide
)
Description:
Bug 21492: Show subscriptions count in the sidebar menu
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-10-11 21:21:05 UTC
Size:
1.83 KB
patch
obsolete
>From 8d54fe614735723e11df4fd060a811b6724c7cf0 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >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 <katrin.fischer.83@web.de> > >https://bugs.koha-community.org/show_bug.cgi?id=21291 >--- > 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 @@ > <a href="/cgi-bin/koha/circ/request-article.pl?biblionumber=[% IF ( object ) %][% object | html %][% ELSE %][% biblionumber | html %][% END %]">Article requests ([% Biblio.ArticleRequestsActiveCount( biblio_object_id ) | html %])</a></li> > [% END %] > >- [% IF ( subscriptionsnumber ) %]<li><a href="/cgi-bin/koha/serials/serials-search.pl?searched=1&biblionumber=[% biblio_object_id | url %]">Subscription(s)</a></li>[% END %] >+ [% 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 %] > </ul> > <ul> > [% IF ( issuehistoryview ) %]<li class="active">[% ELSE %]<li>[% END %] >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 21492
:
80350
| 80429