]> git.koha-community.org Git - koha.git/commit
Bug 17940: (follow-up 14695) Fix - Mark holds as waiting when transfer is done
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 8 Feb 2017 16:49:41 +0000 (17:49 +0100)
committerKatrin Fischer <katrin.fischer.83@web.de>
Tue, 14 Feb 2017 19:33:19 +0000 (20:33 +0100)
commit5023593010d62cdcdb7191b7694de9ce58d5ff82
treecf0e2abaff6814d065a4623b9cda79ad594bc75e
parentdfe8fd300d114e6b45fdc47d107fd56d791dd898
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: Christopher Brannon <cbrannon@cdalibrary.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit ae2c1e6a83fab8b76606cc84a306b37d3b7403e4)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
circ/returns.pl