From 01ebb27b5ea598408bb5584124ad9ad77320db9b 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 Signed-off-by: Katrin Fischer --- 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 875ac47c0d..48abdd7aac 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.5