Bugzilla – Attachment 176365 Details for
Bug 38232
Materials specified note un-checks 'forgive overdue charges' box
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38232: Pass exemptfine value into circ-needsconfirmation-modal form
Bug-38232-Pass-exemptfine-value-into-circ-needscon.patch (text/plain), 2.07 KB, created by
Brendan Lawlor
on 2025-01-10 15:18:23 UTC
(
hide
)
Description:
Bug 38232: Pass exemptfine value into circ-needsconfirmation-modal form
Filename:
MIME Type:
Creator:
Brendan Lawlor
Created:
2025-01-10 15:18:23 UTC
Size:
2.07 KB
patch
obsolete
>From d0e5bd2001f35a68235f9c9836b157c84803b190 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Fri, 8 Nov 2024 16:20:04 +0000 >Subject: [PATCH] Bug 38232: Pass exemptfine value into > circ-needsconfirmation-modal form > >To test: >1. FinesMode on >2. CircConfirmItemParts on >3. have an item with a materials specified note (952$3) >4. Check in item with 'forgive overdue charge' selected, no materials note, box stays checked. >5. Check in item with 'forgive overdue charge' selected, with a material note, Materials note checkin deselects the box. >6. APPLY PATCH >7. Try steps 4-5 again, the correct value should be retained in the 'forgive overdue charge' checkbox. > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 1 + > 1 file changed, 1 insertion(+) > >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 8a84577f8d..ea30a88dd1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -431,6 +431,7 @@ > <input type="hidden" name="return_date_override_remember" value="[% return_date_override_remember | html %]" /> > <input type="hidden" name="multiple_confirm" value="1" /> > <input type="hidden" name="dropboxmode" value="[% dropboxmode | html %]" /> >+ <input type="hidden" name="exemptfine" value="[% exemptfine | html %]" /> > [% FOREACH inputloo IN inputloop %] > <input type="hidden" name="ri-[% inputloo.counter | html %]" value="[% inputloo.barcode | html %]" /> > <input type="hidden" name="dd-[% inputloo.counter | html %]" value="[% inputloo.duedate | html %]" /> >-- >2.39.5
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 38232
:
174283
|
175950
| 176365