From 14bd3d0654bc56dc35f4c661623bf903fe4bfea7 Mon Sep 17 00:00:00 2001 From: Karen Turner 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 Signed-off-by: David Nind Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 21cf6228bed1956ea975c9ba7bb984c58607ecc7) Signed-off-by: Lucas Gass (cherry picked from commit 8a97c30b83786d80737bd5451310e4126c122f79) Signed-off-by: Arthur Suzuki --- 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 34df3aedec..4e504b039f 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 @@ [% FOREACH overdueloo IN overdueloop %] - [% overdueloo.duedate | $KohaDates %] + [% overdueloo.duedate | $KohaDates %] [% INCLUDE 'patron-title.inc' patron=overdueloo.patron hide_patron_infos_if_needed=1 %] [% IF logged_in_user.can_see_patron_infos( overdueloo.patron ) %] -- 2.39.5