Bug 5696

Summary: Hold deletion should use reservenumber
Product: Koha Reporter: Owen Leonard <oleonard>
Component: Hold requestsAssignee: Kyle M Hall <kyle.m.hall>
Status: RESOLVED DUPLICATE QA Contact: Bugs List <koha-bugs>
Severity: normal    
Priority: P5 - low CC: gmcharlt, jonathan.druart, katrin.fischer, paul.poulain
Version: master   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 7065, 9394    
Bug Blocks:    

Description Owen Leonard 2011-02-04 14:31:08 UTC
Now that we have a reservenumber column in the reserves table (Bug 4806), the holds deletion process (Reserves::ModReserve) should use reservenumber instead of borrowernumber + biblionumber. Making this change would allow the deletion of one duplicate hold without deleting all duplicate copies of the hold at once.
Comment 1 Paul Poulain 2011-09-28 14:12:40 UTC
I've suggested to revert 4806, as the main bug for reservenumber has never been applied. If bug 4608 is reverted, then owen comment become irrelevant, even if it's still a good idea to have reservenumber in the reserve/old_reserve table
Comment 2 Katrin Fischer 2013-04-13 22:39:32 UTC
We now have a unique key for reserves and old_reserves and also a patch to make all subs use that number (see bug 7065 and bug 9394).
Comment 3 Jonathan Druart 2013-05-29 13:06:09 UTC

*** This bug has been marked as a duplicate of bug 9394 ***