From 4427fa5293c48ec41180a553b55c672b1ab46934 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Thu, 22 Sep 2022 13:14:22 +0000 Subject: [PATCH] Bug 31601: Add ID to materials specified check-in page TO test: 1. Apply patch 2. Find an item and add a materials specified note ( 952$3 ) to it. 3. Add this CSS to the IntranetUserCSS system preference: background: red; } 4. Now check-in the item in. The background of the materials specified note should now be red! 5. Hooray, sign off! --- 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 be91ab7be7..168bc9bf22 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -154,7 +154,7 @@ [% END %] [% IF additional_materials && !needs_confirm && !multiple_confirmed %] -
+
Note about the accompanying materials: [% additional_materials | html %]
[% END %] -- 2.30.2