Bugzilla – Attachment 145839 Details for
Bug 32765
Transfer is not retried after cancelling hold
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32765: Retry transfer after cancelling hold
Bug-32765-Retry-transfer-after-cancelling-hold.patch (text/plain), 1.95 KB, created by
Julian Maurice
on 2023-01-31 08:47:51 UTC
(
hide
)
Description:
Bug 32765: Retry transfer after cancelling hold
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2023-01-31 08:47:51 UTC
Size:
1.95 KB
patch
obsolete
>From e77d552562a78380276ae721d5fe4ec901e15b67 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Tue, 31 Jan 2023 09:20:15 +0100 >Subject: [PATCH] Bug 32765: Retry transfer after cancelling hold >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >When trying to manually transfer an item that is on hold, we have the >choice to cancel the hold and try the transfer again. When choosing >this option, the hold is correctly cancelled but the transfer is not >tried again. >This patch fixes that > >Test plan: >1. Place a hold on a specific item >2. Try to transfer it manually (Circulation » Transfer) >3. Choose the option to "Cancel hold and then attempt transfer" >4. See that the hold was cancelled, but no transfer was made >5. Apply the patch >6. Repeat step 1-3 >7. See that the hold was cancelled, and the transfer was made >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt >index ea5ffe7887..f23c4bb604 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt >@@ -99,6 +99,7 @@ > <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" /> > <input type="hidden" name="borrowernumber" value="[% borrowernumber | html %]" /> > <input type="hidden" name="tobranchcd" value="[% tobranchcd | html %]" /> >+ <input type="hidden" name="barcode" value="[% barcode | html %]"> > <input type="hidden" name="request" value="KillReserved" /> > <input type="submit" class="btn btn-primary" value="Cancel" /> > </form> >-- >2.30.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 32765
:
145839
|
145915
|
150801
|
152528
|
154073