From 0de3e703e2402339109025d39317775c2660adc4 Mon Sep 17 00:00:00 2001 From: Kyle M Hall 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 () {