Bugzilla – Attachment 174060 Details for
Bug 35987
See highlighted items below link broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35987: Fix broken See highlighted items below link
Bug-35987-Fix-broken-See-highlighted-items-below-l.patch (text/plain), 1.68 KB, created by
Aleisha Amohia
on 2024-11-06 03:12:38 UTC
(
hide
)
Description:
Bug 35987: Fix broken See highlighted items below link
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2024-11-06 03:12:38 UTC
Size:
1.68 KB
patch
obsolete
>From 33efe8ec052a98d30758f08ec3dd347752d95d10 Mon Sep 17 00:00:00 2001 >From: Lari Strand <lari.strand@koha-suomi.fi> >Date: Fri, 13 Sep 2024 13:49:30 +0300 >Subject: [PATCH] Bug 35987: Fix broken See highlighted items below link > >Signed-off-by: Magnus Enger <magnus@libriotech.no> >Test plan with KTD: >- Issue a couple of items to a patron, and make sure one of them is > overdue. >- Make sure "Always show checkouts automatically" is not checked >- Reload the page >- Click on the link in "Overdues: Patron has ITEMS OVERDUE See > highlighted items below" >- Nothing happens >- Apply the patch, restart_all, reload the "Check out" page for the > patron >- Click on the link again, and the active loans should be shown > >Signed-off-by: Aleisha Amohia <aleishaamohia@hotmail.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc >index b64f4f0f92a..b564b4b5427 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc >@@ -101,7 +101,7 @@ > > [% IF ( odues ) %] > <li class="odues blocker"> >- <span class="circ-hlt">Overdues:</span> Patron has ITEMS OVERDUE <a href="#checkouts">See highlighted items below</a> >+ <span class="circ-hlt">Overdues:</span> Patron has ITEMS OVERDUE <a href="#checkouts_panel" onclick="$('#issues-table-load-immediately').click(); $('#issues-table-load-immediately').click();">See highlighted items below </a> > </li> > [% END %] > >-- >2.39.5
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 35987
:
171441
|
173769
| 174060