Bugzilla – Attachment 185113 Details for
Bug 40592
Fix incorrect row highlighting on patron checkout history page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40592: Fix incorrect row highlighting on patron checkout history page
Bug-40592-Fix-incorrect-row-highlighting-on-patron.patch (text/plain), 1.67 KB, created by
Owen Leonard
on 2025-08-04 19:12:35 UTC
(
hide
)
Description:
Bug 40592: Fix incorrect row highlighting on patron checkout history page
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-08-04 19:12:35 UTC
Size:
1.67 KB
patch
obsolete
>From 2f682427b7241b6c0888f1072b318a2890bf6bc9 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 4 Aug 2025 19:02:07 +0000 >Subject: [PATCH] Bug 40592: Fix incorrect row highlighting on patron checkout > history page > >To test: >1. Check out some items to a patron so they have a circulation history, > the check in some of those items.. >2. Look at the patron's "Circulation history" table. There are four > possible background colors for each row: #ffffff, #f3f4f4, #F9FAE0, > and #FFFFCC. >3. Apply the patch and reload the page. >4. An orange/gold badge will appear under the "Return date" column of > the table for items that have been checked out, and there will no > longer be alternating, pale yellow rows. > >Sponsored-by: Athens County Public Libraries >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >index 9166f33f12c..26c99e59f4b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >@@ -82,7 +82,7 @@ > [% FOREACH checkout IN all_checkouts %] > [% SET item = checkout.item %] > [% SET biblio = item.biblio %] >- <tr [% IF checkout.returndate %]class="onissue"[% END %]> >+ <tr> > <td> > [% IF checkout.onsite_checkout %] > [% issuetype = 'onsite_checkout' | html %] >-- >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 40592
:
185113
|
185114