From e7cbb0dc59004072f970cae61482affe3bd5a5ad Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 17 Jul 2023 16:42:13 +0000 Subject: [PATCH] Bug 34289: Add missing class to one condition of the checkin template The markup of the checkin template varies depending on the conditions of the operation, and in one case the barcode field was missing the "barcode" class. This patch adds it. To test, apply the patch and make sure the finesMode system preference is enabled. - Go to returns.pl (/cgi-bin/koha/circ/returns.pl) - Expand the the options so you see 'Forgive overdue charges'. - Check that box and check in an item - After checkin, the barcode field should keep the same style it had before the transaction. - Note: The yellow background of the input when the "Forgive" checkbox is checked is to be expected. --- 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 0028507470..0bcc733cf8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -1086,7 +1086,7 @@
[% IF ( exemptfine ) %] - + [% ELSIF ( dropboxmode ) %] [% ELSE %] -- 2.30.2