]> git.koha-community.org Git - koha.git/commit
Bug 8723: Update the reserves table for item-level holds
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 10 Jul 2015 14:04:55 +0000 (15:04 +0100)
committerLiz Rea <wizzyrea@gmail.com>
Tue, 22 Sep 2015 23:28:05 +0000 (11:28 +1200)
commit0c55f4487a0058c2c79520683b28206087d20581
tree63fa7ee990888d27da3478e7c130a7a0e6501c36
parent5c014d2f7f2f9d2b64d0467adaaeb4a7b54d27d3
Bug 8723: Update the reserves table for item-level holds

If an item is moved from a biblio to another, the holds should be
updated too.

See discussion on the bug report for more information.

Test plan:
1/ Place a item-level hold on biblio1
2/ Move the item to biblio2
3/ Confirm that the hold still exists and point to the biblio2

This patch should not change the existing behavior for bib-level holds.

Signed-off-by: Nick Clemens <nick@quecheelibrary.org>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
(cherry picked from commit 9f8f33e351e1ae5810441a0c9ff7226aafb63c8b)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
(cherry picked from commit 0a0f8b09d947aabef21c6cb79e796786ce3be7d5)
Signed-off-by: Liz Rea <wizzyrea@gmail.com>
C4/Items.pm
t/db_dependent/Items/MoveItemFromBiblio.t