Bugzilla – Attachment 185588 Details for
Bug 40678
Choices are not remembered if a wrong transfer modal is generated
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40678: Add hidden value to remember exemptfine selection
Bug-40678-Add-hidden-value-to-remember-exemptfine-.patch (text/plain), 1.43 KB, created by
Lucas Gass (lukeg)
on 2025-08-20 14:18:35 UTC
(
hide
)
Description:
Bug 40678: Add hidden value to remember exemptfine selection
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-08-20 14:18:35 UTC
Size:
1.43 KB
patch
obsolete
>From 5a3f674832dda155255e34d95d522147d4453533 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 20 Aug 2025 14:17:05 +0000 >Subject: [PATCH] Bug 40678: Add hidden value to remember exemptfine selection > >To test: >-Same test plan as with "Book drop mode" but for "Forgive overdue charges" >--- > 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 86ac9d3931d..b248cdc8820 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -614,6 +614,7 @@ > <input type="hidden" name="itemnumber" value="[% itemnumber | html %]" /> > <input type="hidden" name="transit" value="[% NewTransfer | html %]" /> > <input type="hidden" name="dropboxmode" value="[% dropboxmode | html %]" /> >+ <input type="hidden" name="exemptfine" value="[% exemptfine | html %]" /> > [% FOREACH checkin IN checkins %] > <input type="hidden" name="checkin_counter" value="[% loop.count | html %]" /> > <input type="hidden" name="checkin_barcode_[% loop.count | html %]" value="[% checkin.barcode | 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 40678
:
185587
| 185588