From f1d474f96c55a854b1a709983a6705ea7fb09cb3 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" --- 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 6c132ef2b8..30f57f2bf8 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