Bugzilla – Attachment 95869 Details for
Bug 24126
Article requests tab appears twice on patron's checkout screen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24126: Article requests tab appears twice on patron's checkout screen
Bug-24126-Article-requests-tab-appears-twice-on-pa.patch (text/plain), 1.77 KB, created by
Marcel de Rooy
on 2019-11-29 07:54:21 UTC
(
hide
)
Description:
Bug 24126: Article requests tab appears twice on patron's checkout screen
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2019-11-29 07:54:21 UTC
Size:
1.77 KB
patch
obsolete
>From 16fabb7851b1295de7f337f79488e3c0fe1f0993 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 26 Nov 2019 17:31:15 +0000 >Subject: [PATCH] Bug 24126: Article requests tab appears twice on patron's > checkout screen >Content-Type: text/plain; charset=utf-8 > >This patch removes duplicated markup on the checkout page which results >in the "Article requests" tab appearing twice. > >To test, apply the patch and enable ArticleRequests. > >Check out to a patron. In the set of tabs that includes checkouts, >holds, restrictions, etc., the "Article requests" tab should appear only >once. > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 6 ------ > 1 file changed, 6 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >index 5cfc0912ae..745217d609 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -869,12 +869,6 @@ > [% END %] > </li> > >- [% IF Koha.Preference('ArticleRequests') %] >- <li> >- <a href="#article-requests" id="article-requests-tab"> [% patron.article_requests_current.count | html %] Article requests</a> >- </li> >- [% END %] >- > <li><a id="debarments-tab-link" href="#reldebarments">[% debarments.count | html %] Restrictions</a></li> > > [% SET enrollments = patron.get_club_enrollments(1) %] >-- >2.11.0
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 24126
:
95837
|
95838
| 95869