Bugzilla – Attachment 66933 Details for
Bug 19273
Confirm hold does not work for in-transit holds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19273 - Confirm hold does not work for in-transit holds
Bug-19273---Confirm-hold-does-not-work-for-in-tran.patch (text/plain), 1.77 KB, created by
Kyle M Hall (khall)
on 2017-09-07 13:00:23 UTC
(
hide
)
Description:
Bug 19273 - Confirm hold does not work for in-transit holds
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2017-09-07 13:00:23 UTC
Size:
1.77 KB
patch
obsolete
>From 0de3e703e2402339109025d39317775c2660adc4 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 7 Sep 2017 08:57:12 -0400 >Subject: [PATCH] Bug 19273 - Confirm hold does not work for in-transit holds > >If a hold was transferred to another library and that library >uses the "Confirm" button instead of the "Print and confirm" button, >the hold will remain "in transit" and will not be marked as waiting. > >The patron will also not receive notification of the hold since it >never gets marked as waiting. > >Test Plan: >1) Place a hold at Library A for pickup at Library B >2) Check the item in at Library A, confirm the transfer to Library B >3) Change your logged in branch to Library B >4) Check the item in at Library B >5) Confirm the hold using the "Confirm" button >6) Note the hold is still marked as in transit >7) Apply this patch >8) Repeat steps 1-5 >9) Note the hold is marked correctly as waiting when the "Confirm" > button is used >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 b3b5910..f717b91 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -343,7 +343,7 @@ $(document).ready(function () { > <div class="modal-footer"> > <input type="hidden" name="cancel_reserve" value="0" /> > >- <button type="submit" class="btn btn-default approve" data-dismiss="modal"> >+ <button type="submit" class="btn btn-default approve"> > <i class="fa fa-check"></i> Confirm > </button> > >-- >2.10.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 19273
: 66933