Bug 19116: Hold not set to waiting after transfer
authorJosef Moravec <josef.moravec@gmail.com>
Tue, 22 Aug 2017 08:58:11 +0000 (08:58 +0000)
committerKatrin Fischer <katrin.fischer.83@web.de>
Sat, 14 Oct 2017 11:53:22 +0000 (13:53 +0200)
commit5199bb74dcdef65b78a8e740a93ddd3c3ea9766a
treef8d440a7482895888055ae9af124afe98312d0e7
parentdda4bca35d479df1d4039a7b892fe9af4328bc79
Bug 19116: Hold not set to waiting after transfer

Test plan:

0) Do not apply the patch
1) Place hold on item from another branch
2) Switch to that branch
3) Check them in at the other branch to set them into transport status (T)
4) Switch back to your homebranch
5) Check items in again, use the different confirm buttons and
    compare: Only "confirm and print" will be set to waiting, "confirm"
    remains in transport.
6) Apply the patch
7) Repeat 1-5 - now should work as expected - the hold is marked waiting
on "confirm" button too
8) Check the hold from the same branch, to make sure this doesn't add
regression

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 80fd5cd0dbfe8c5612325ca65251d36a97fcfc1c)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit 2a0dc0f1d28ad03dd48326caff120dfe3b3daacd)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
C4/Reserves.pm