From 4865438a42f517e6fcae28328df840b130b7fec7 Mon Sep 17 00:00:00 2001 From: Andrew Fuerste Henry Date: Fri, 4 Oct 2024 16:31:52 +0000 Subject: [PATCH] Bug 38097: Add class to not_retuned message To test: 1: Enable ShowAllCheckins 2: Check in an item that was not checked out 3: Find "Item was not checked in" message in checkin table, confirm its only class is "problem" 4: apply patch, restart_all 5: repeat 2 6: confirm "Item was not checked in" now has the class "not_returned" Signed-off-by: Eric Phetteplace Signed-off-by: Lucas Gass --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt index 6c132ef2b8b..30f57f2bf83 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -1268,7 +1268,7 @@ [% IF ( riloo.not_returned ) %] - Item was not checked in + Item was not checked in [% END %] [% IF ( riloo.duedate ) %] [% IF ( riloo.return_overdue ) %] -- 2.39.2