Bugzilla – Attachment 154110 Details for
Bug 34289
UI issue on checkin page when checking the forgive fines checkbox
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34289: Add missing class to one condition of the checkin template
Bug-34289-Add-missing-class-to-one-condition-of-th.patch (text/plain), 2.21 KB, created by
Katrin Fischer
on 2023-07-31 19:52:33 UTC
(
hide
)
Description:
Bug 34289: Add missing class to one condition of the checkin template
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-07-31 19:52:33 UTC
Size:
2.21 KB
patch
obsolete
>From 85766afc89f548edc3a6e5e19ebc85c103f35023 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >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. > >Signed-off-by: Sam Lau <samalau@gmail.com> >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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 @@ > <div class="col-sm-6"> > <div class="form-control-group"> > [% IF ( exemptfine ) %] >- <input name="barcode" id="barcode" size="14" placeholder="Enter item barcode" class="focus input-warning" type="text" /> >+ <input name="barcode" id="barcode" size="14" placeholder="Enter item barcode" class="barcode focus input-warning" type="text" /> > [% ELSIF ( dropboxmode ) %] > <input name="barcode" id="barcode" size="14" placeholder="Enter item barcode" class="barcode focus input-warning" /> > [% ELSE %] >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 34289
:
153509
|
153570
|
154103
| 154110