Bugzilla – Attachment 185872 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.58 KB, created by
Marcel de Rooy
on 2025-08-29 06:54:26 UTC
(
hide
)
Description:
Bug 40678: Add hidden value to remember exemptfine selection
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2025-08-29 06:54:26 UTC
Size:
1.58 KB
patch
obsolete
>From 6a4206912bb077fbef894c4ed6554bfc14930bdb 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 >Content-Type: text/plain; charset=utf-8 > >To test: >-Same test plan as with "Book drop mode" but for "Forgive overdue charges" > >Signed-off-by: CJ Lynce <cj.lynce@westlakelibrary.org> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > 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 86ac9d3931..b248cdc882 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
|
185777
|
185778
|
185871
| 185872