Bugzilla – Attachment 140964 Details for
Bug 29671
Dropbox mode is unchecked after check in confirm on item with Materials specified
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29671: Dropbox mode is unchecked after check in confirm on item with Materials specified
Bug-29671-Dropbox-mode-is-unchecked-after-check-in.patch (text/plain), 2.06 KB, created by
geraud.frappier
on 2022-09-23 20:27:22 UTC
(
hide
)
Description:
Bug 29671: Dropbox mode is unchecked after check in confirm on item with Materials specified
Filename:
MIME Type:
Creator:
geraud.frappier
Created:
2022-09-23 20:27:22 UTC
Size:
2.06 KB
patch
obsolete
>From 8668a904bba0ccb6c449390f2d70db672bf51c94 Mon Sep 17 00:00:00 2001 >From: Christophe Torin <christophe.torin@univ-rennes2.fr> >Date: Fri, 23 Sep 2022 15:55:37 -0400 >Subject: [PATCH] Bug 29671: Dropbox mode is unchecked after check in confirm > on item with Materials specified > >Suggested patch > >steps to reproduce : > >1) Enable System preference CirConfirmItemParts >2) Go to Circulation > Check in >3) Enable Dropbox mode (Book drop mode) in the Checkin settings >4) Enter a barcode of an item having the 'Materials specified' field not empty >5) A Popup is shown, click the confirm button >6) The Dropbox mode (Book drop mode) is now unchecked, but should stay checked. > >In the template, the modal window lacks the dropboxmode input, so that it stays on the next page. I attached a patch with my suggested correction. >--- > 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 be91ab7be7..d2e3128b03 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -409,6 +409,7 @@ > <form method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off"> > <input type="hidden" name="barcode" value="[% item.barcode | html %]" /> > <input type="hidden" name="multiple_confirm" value="1" /> >+ <input type="hidden" name="dropboxmode" value="[% dropboxmode | 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.34.1
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 29671
:
128374
|
140964
|
140974
|
140986
|
141110