Bugzilla – Attachment 60037 Details for
Bug 17940
Holds not going to waiting state after having been transferred
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17940: (follow-up 14695) Fix - Mark holds as waiting when transfer is done
Bug-17940-follow-up-14695-Fix---Mark-holds-as-wait.patch (text/plain), 1.38 KB, created by
Nick Clemens (kidclamp)
on 2017-02-08 21:03:02 UTC
(
hide
)
Description:
Bug 17940: (follow-up 14695) Fix - Mark holds as waiting when transfer is done
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-02-08 21:03:02 UTC
Size:
1.38 KB
patch
obsolete
>From c936fce3e808e0994b3c23e1aeb9739678df9b4b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 8 Feb 2017 17:49:41 +0100 >Subject: [PATCH] Bug 17940: (follow-up 14695) Fix - Mark holds as waiting when > transfer is done > >When an item from Library A is reserved and set to be picked up at >Library B, the hold buttons fail to confirm or cancel during check in at >Library B when the item is transferred from Library A. > >Test plan: >* Create a hold for item at Library A to be picked up at Library B. >* Check in item at Library A to trigger the transfer. >=> item shows in transit >* Switch to Library B and check in item. >* Confirm the hold. >=> item shows waiting > >Signed-off-by: Crhistopher Brannon <cbrannon@cdalibrary.org> >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > circ/returns.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/circ/returns.pl b/circ/returns.pl >index 6b39d59..5382e19 100755 >--- a/circ/returns.pl >+++ b/circ/returns.pl >@@ -467,6 +467,7 @@ if ( $messages->{'ResFound'}) { > borrowernumber => $reserve->{'borrowernumber'}, > itemnumber => $reserve->{'itemnumber'}, > reservenotes => $reserve->{'reservenotes'}, >+ reserve_id => $reserve->{reserve_id}, > bormessagepref => $holdmsgpreferences->{'transports'}, > ); > } # else { ; } # error? >-- >2.1.4
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 17940
:
60024
|
60035
|
60037
|
60045