]> git.koha-community.org Git - koha.git/commit
Bug 9922 - holds queue shows home library with AutomaticReturn
authorKyle M Hall <kyle@bywatersolutions.com>
Mon, 25 Mar 2013 13:34:33 +0000 (09:34 -0400)
committerChris Cormack <chris@bigballofwax.co.nz>
Sat, 30 Mar 2013 07:27:32 +0000 (20:27 +1300)
commit9f8caacda07d0269b4fecb73215e9fc18cc65e6a
tree0f1bd3b24efc735e3415fd6fc132039bef8ad7ce
parent8b51c838c8b6d98195d864f4d0821d5c7f5c6dc2
Bug 9922 - holds queue shows home library with AutomaticReturn

Test Plan:
 1) Enable AutomaticItemReturn
 2) Place a reserve on a record where the holding and home branches differ
    for the available items
 3) Rebuild the holds queue
 4) Check the holds queue, verify the item is listed in the items to pull for the item's home branch
 5) Disable AutomaticItemReturn
 6) Rebuild the holds queue
 7) Verify the item is listed in the items to pull for the item's holding branch
 8) Enable AutomaticItemReturn
 9) Apply patch
10) Rebuild the holds queue
11) Verify the item is listed in the items to pull for the item's holding branch

Signed-off-by: Liz Rea <liz@catalyst.net.nz>
Tested per plan, and the patch seems sane. Functionality of the hold queue is restored to previous behaviour.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Amended test plan to make clear it has to be a record level
hold for the test plan to work.
All tests and QA script pass.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
C4/HoldsQueue.pm