Bugzilla – Attachment 137353 Details for
Bug 27996
Format of "Due date" on Circulation > Overdues page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug: 27996: Updates the Circulation report overdues page to display date in red.
Bug-27996-Updates-the-Circulation-report-overdues-.patch (text/plain), 1.63 KB, created by
Chris Cormack
on 2022-07-07 23:56:29 UTC
(
hide
)
Description:
Bug: 27996: Updates the Circulation report overdues page to display date in red.
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2022-07-07 23:56:29 UTC
Size:
1.63 KB
patch
obsolete
>From 4f46d24aaecb2f69e3554cd923acc8a7afc0bcf7 Mon Sep 17 00:00:00 2001 >From: Karen Turner <karen@catalyst.net.nz> >Date: Thu, 7 Jul 2022 23:37:34 +0000 >Subject: [PATCH] Bug: 27996: Updates the Circulation report overdues page to > display date in red. > >Test: >1. Login to the staff interface >2. First you need to create an overdue item. > a. Find the barcode for an item > b. Goto My checkouts from the drop down by your login > c. Enter the barcode and use checkout settings to select a date in the > past. >2. Go to Tools >3. Go to Circulation >4. Go to Go to Overdues >5. In the table the due date is in black >6. Apply the patch >7. Refresh the page and the due date should be in red. > >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt >index 3271a6e028..bec838b98f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt >@@ -98,7 +98,7 @@ > <tbody> > [% FOREACH overdueloo IN overdueloop %] > <tr> >- <td data-order="[% overdueloo.duedate | html %]">[% overdueloo.duedate | $KohaDates %]</td> >+ <td data-order="[% overdueloo.duedate | html %]"><span class='overdue'>[% overdueloo.duedate | $KohaDates %]</span></td> > <td> > [% INCLUDE 'patron-title.inc' patron=overdueloo.patron hide_patron_infos_if_needed=1 %] > [% IF logged_in_user.can_see_patron_infos( overdueloo.patron ) %] >-- >2.17.1
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 27996
:
137352
|
137353
|
137357
|
137384