Bug 21944: Reroute waiting hold from wrong branch
authorChristopher Brannon <cbrannon@cdalibrary.org>
Tue, 4 Dec 2018 16:38:34 +0000 (16:38 +0000)
committerJoy Nelson <joy@bywatersolutions.com>
Fri, 13 Mar 2020 00:07:34 +0000 (00:07 +0000)
commit492db0609ce93ac91573abc0cea48bc18d2f438a
treeb1254c81e9d2ba57e71d6b42974c1a44f2e8d1c2
parentd2a33f2eebbe2f41c84b272ad856fbcf8a68adfc
Bug 21944: Reroute waiting hold from wrong branch

To Test:
1) Place a hold on an item.
2) Check in the item to trigger the hold.  Item is now listed as
waiting.
3) Set branch to a different library.
4) Check in the item to trigger the hold.  Notice that nothing but a
local use is recorded.
5) Apply the patch.
6) Repeat steps 1-4.  Notice that the hold is triggered around routed to
its original pickup location.  A transfer is set and the hold status
is changed from waiting to correctly showing the item as in transit.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Joy Nelson <joy@bywatersolutions.com>
C4/Circulation.pm