]> git.koha-community.org Git - koha.git/commit
Bug 28136: Handle Transferred status for ResFound
authorNick Clemens <nick@bywatersolutions.com>
Mon, 12 Apr 2021 14:18:20 +0000 (14:18 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Mon, 19 Apr 2021 13:12:42 +0000 (15:12 +0200)
commit2c8e612f1e58411e20b966ae7714b1bf619571b8
tree5e74e2243300c15fd1b5e11cc045f6a8ff03b4d3
parent4f618fb33a80d7f757dc0c95832b6d6c7d71f819
Bug 28136: Handle Transferred status for ResFound

bug 25690 added a new 'Transferred' status to 'ResFound', this status
needs to be handled in circ/returns.pl

To test:
1 - Place a hold on an item at Branch B for pickup at Branch A
2 - Check in the item at Branch B - confirm hold and transfer
3 - Check in the item at Branch A - nothing happens?
4 - Apply patch
5 - Checkin in the item at Branch A - hold popup appears
6 - Clear the hold and place it again
7 - Set system preference 'HoldsAutoFill' to do
8 - Check in the item at Branch B - hold is found and confirmed
9 - Check in the item at Branch A - hold is found and confirmed

Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 9d7f55a8748c5e148d805195e314f189c886a492)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
circ/returns.pl