Bugzilla – Attachment 174283 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), 1.97 KB, created by
Lucas Gass (lukeg)
on 2024-11-08 16:22:46 UTC
(
hide
)
Description:
Bug 38232: Pass exemptfine value into circ-needsconfirmation-modal form
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-11-08 16:22:46 UTC
Size:
1.97 KB
patch
obsolete
>From 817de6a8bb8186f861bd950e545a5677d92354b7 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. >--- > 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 98a1ea119be..3ee042faa36 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.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 38232
: 174283