[Bug 14695] New: Add ability to place multiple item holds on a given record per patron
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Bug ID: 14695 Summary: Add ability to place multiple item holds on a given record per patron Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Hold requests Assignee: koha-bugs@lists.koha-community.org Reporter: kyle.m.hall@gmail.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com Currently Koha only allows one hold to be placed on a given bib per patron, even it the record has multiple items. This enhancement will give Koha the ability to place a hold on at least two items on the same bibliographic record. For example, in the case of a television season DVD which has one record but many unique items. Work to be done: 1) Locate all code in Koha that checks for a patron already having a hold on a record 2) Add a new system preference to define the number of holds allowed per record 3) Create new subroutine/method to check for this 4) Implement call to new sub in areas defined in part 1 5) Ensure no code in C4::Reserves assumes that it can modify holds based on borrowernumber only This is not the first attempt at such a feature, but previous iterations are far out of date. It's time for a fresh start. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Kyle M Hall <kyle.m.hall@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Change sponsored?|--- |Sponsored Assignee|koha-bugs@lists.koha-commun |kyle.m.hall@gmail.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Nicole Engard (ByWater) <nicole@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nicole@bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard@gmail.com Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Kyle M Hall <kyle.m.hall@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |5144 Referenced Bugs: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5144 [Bug 5144] Duplicate holds allowed if patron clicks back button after placing hold -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 sally.healey@cheshirewestandchester.gov.uk changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sally.healey@cheshirewestan | |dchester.gov.uk -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Medium patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 --- Comment #1 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 44143 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44143&action=edit Bug 14695 - Tidy CanItemBeReserved and CanBookBeReserved -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 --- Comment #2 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 44144 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44144&action=edit Bug 14695 - Add new issuing rule This patch fines a new issuing rule 'holds_per_record' which defines the number of holds a given patron can place on a given record. The default is 1 to retain Koha's current behavior as the default. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 --- Comment #3 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 44145 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44145&action=edit Bug 14695 - - Add ability to place multiple item holds on a given record per patron Test Plan: 1) Apply this patch set 2) Run updatedatabase.pl 3) Edit your circulation rules to allow 3 holds per record 4) In the staff client, test the ability to place multiple holds per patron per record. You should be able to place any combination of 3 holds per patron per record, with the exception that you cannot place multiple item level holds for the same item for the same patron. 5) Repeat step 4 for the OPAC. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|5144 | Status|Needs Signoff |Patch doesn't apply CC| |nick@bywatersolutions.com Referenced Bugs: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5144 [Bug 5144] Duplicate holds allowed if patron clicks back button after placing hold -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #44143|0 |1 is obsolete| | Attachment #44144|0 |1 is obsolete| | Attachment #44145|0 |1 is obsolete| | --- Comment #4 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 45058 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=45058&action=edit Bug 14695 - Tidy CanItemBeReserved and CanBookBeReserved -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 --- Comment #5 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 45059 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=45059&action=edit Bug 14695 - Add new issuing rule This patch fines a new issuing rule 'holds_per_record' which defines the number of holds a given patron can place on a given record. The default is 1 to retain Koha's current behavior as the default. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 --- Comment #6 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 45060 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=45060&action=edit Bug 14695 - - Add ability to place multiple item holds on a given record per patron Test Plan: 1) Apply this patch set 2) Run updatedatabase.pl 3) Edit your circulation rules to allow 3 holds per record 4) In the staff client, test the ability to place multiple holds per patron per record. You should be able to place any combination of 3 holds per patron per record, with the exception that you cannot place multiple item level holds for the same item for the same patron. 5) Repeat step 4 for the OPAC. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #45058|0 |1 is obsolete| | --- Comment #7 from Nicole C. Engard <nengard@gmail.com> --- Created attachment 45061 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=45061&action=edit [SIGNED-OFF] Bug 14695 - Tidy CanItemBeReserved and CanBookBeReserved Signed-off-by: Jason M. Burds <JBurds@dubuque.lib.ia.us> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #45059|0 |1 is obsolete| | --- Comment #8 from Nicole C. Engard <nengard@gmail.com> --- Created attachment 45063 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=45063&action=edit [SIGNED-OFF] Bug 14695 - Add new issuing rule This patch fines a new issuing rule 'holds_per_record' which defines the number of holds a given patron can place on a given record. The default is 1 to retain Koha's current behavior as the default. Signed-off-by: Jason M. Burds <JBurds@dubuque.lib.ia.us> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #45060|0 |1 is obsolete| | --- Comment #9 from Nicole C. Engard <nengard@gmail.com> --- Created attachment 45064 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=45064&action=edit [SIGNED-OFF] Bug 14695 - - Add ability to place multiple item holds on a given record per patron Test Plan: 1) Apply this patch set 2) Run updatedatabase.pl 3) Edit your circulation rules to allow 3 holds per record 4) In the staff client, test the ability to place multiple holds per patron per record. You should be able to place any combination of 3 holds per patron per record, with the exception that you cannot place multiple item level holds for the same item for the same patron. 5) Repeat step 4 for the OPAC. Signed-off-by: Jason M. Burds <JBurds@dubuque.lib.ia.us> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #10 from Nick Clemens <nick@bywatersolutions.com> --- Checking out 1 item on hold for the patron resolved all the other waiting holds on that record -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=11999 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |melia@bywatersolutions.com --- Comment #11 from Kyle M Hall <kyle@bywatersolutions.com> --- *** Bug 7710 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #45061|0 |1 is obsolete| | Attachment #45063|0 |1 is obsolete| | Attachment #45064|0 |1 is obsolete| | --- Comment #12 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 46548 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46548&action=edit Bug 14695 - Update database -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 --- Comment #13 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 46549 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46549&action=edit Bug 14695 - Update DB Schema file -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 --- Comment #14 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 46550 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46550&action=edit Bug 14695 - Add new circulation rule -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 --- Comment #15 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 46551 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46551&action=edit Bug 14695 - Tidy C4::Reserves::CanItemBeReserved -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 --- Comment #16 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 46552 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46552&action=edit Bug 14695 - Add ability to place multiple item holds on a given record per patron -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply CC| |kyle@bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Nicolas Legrand <nicolas.legrand@bulac.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nicolas.legrand@bulac.fr -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Heather Braum <hbraum@nekls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hbraum@nekls.org -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #46548|0 |1 is obsolete| | Attachment #46549|0 |1 is obsolete| | Attachment #46550|0 |1 is obsolete| | Attachment #46551|0 |1 is obsolete| | Attachment #46552|0 |1 is obsolete| | --- Comment #17 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 46553 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46553&action=edit Bug 14695 - Update database -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 --- Comment #18 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 46554 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46554&action=edit Bug 14695 - Update DB Schema file -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 --- Comment #19 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 46555 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46555&action=edit Bug 14695 - Add new circulation rule -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 --- Comment #20 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 46556 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46556&action=edit Bug 14695 - Tidy C4::Reserves::CanItemBeReserved -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 --- Comment #21 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 46557 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46557&action=edit Bug 14695 - Add ability to place multiple item holds on a given record per patron -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #22 from Nick Clemens <nick@bywatersolutions.com> --- Same issue as before Place 3 item specific holds Checkout 1 item All holds are resolved -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy@rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Julian Maurice <julian.maurice@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=15565 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Julian Maurice <julian.maurice@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |15567 Referenced Bugs: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15567 [Bug 15567] Update API to allow multiple holds for the same record -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Arve Søreide <arve.soreide@kul.oslo.kommune.no> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arve.soreide@kul.oslo.kommu | |ne.no -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #46553|0 |1 is obsolete| | Attachment #46554|0 |1 is obsolete| | Attachment #46555|0 |1 is obsolete| | Attachment #46556|0 |1 is obsolete| | Attachment #46557|0 |1 is obsolete| | --- Comment #23 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 46914 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46914&action=edit Bug 14695 - Update database -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 --- Comment #24 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 46915 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46915&action=edit Bug 14695 - Update DB Schema file -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 --- Comment #25 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 46916 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46916&action=edit Bug 14695 - Add new circulation rule -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 --- Comment #26 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 46917 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46917&action=edit Bug 14695 - Tidy C4::Reserves::CanItemBeReserved -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 --- Comment #27 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 46918 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46918&action=edit Bug 14695 - Add ability to place multiple item holds on a given record per patron -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 --- Comment #28 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 46919 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46919&action=edit Bug 14695 [QA Followup] - Filling one hold fills all of them -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 --- Comment #29 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 46920 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46920&action=edit Bug 14695 [QA Followup] - Make existing unit tests pass * Removes tests no longer needed * Updates rules to work with existing tests * Fixes code issues revealed by unit tests -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #30 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Kyle, can you please check status and patches? Patches are missing a sign-off or status is wrong :) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Needs Signoff --- Comment #31 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to Katrin Fischer from comment #30)
Hi Kyle, can you please check status and patches? Patches are missing a sign-off or status is wrong :)
Indeed, my bad! -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #32 from Nick Clemens <nick@bywatersolutions.com> --- Still losing all holds when checking 1 item out Also got and odd mix of waiting/transfer once one hold is confirmed Staff side was able to place one item level hold and then 2 record level holds -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #46914|0 |1 is obsolete| | Attachment #46915|0 |1 is obsolete| | Attachment #46916|0 |1 is obsolete| | Attachment #46917|0 |1 is obsolete| | Attachment #46918|0 |1 is obsolete| | Attachment #46919|0 |1 is obsolete| | Attachment #46920|0 |1 is obsolete| | --- Comment #33 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 47183 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47183&action=edit Bug 14695 - Update database -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 --- Comment #34 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 47184 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47184&action=edit Bug 14695 - Update DB Schema file -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 --- Comment #35 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 47185 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47185&action=edit Bug 14695 - Add new circulation rule -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 --- Comment #36 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 47186 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47186&action=edit Bug 14695 - Tidy C4::Reserves::CanItemBeReserved -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 --- Comment #37 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 47187 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47187&action=edit Bug 14695 - Add ability to place multiple item holds on a given record per patron -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 --- Comment #38 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 47188 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47188&action=edit Bug 14695 [QA Followup] - Filling one hold fills all of them -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 --- Comment #39 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 47189 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47189&action=edit Bug 14695 [QA Followup] - Make existing unit tests pass * Removes tests no longer needed * Updates rules to work with existing tests * Fixes code issues revealed by unit tests -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 --- Comment #40 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 47190 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47190&action=edit Bug 14695 [QA Followup] - Fix clearing of all holds by patron at checkout -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 --- Comment #41 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 47191 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47191&action=edit Bug 14695 [QA Followup] - Fix display issue for in transit holds -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #47191|0 |1 is obsolete| | --- Comment #42 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 47196 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47196&action=edit Bug 14695 [QA Followup] - Fix display issue for in transit holds -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #47196|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Tom Misilo <misilot@fit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |misilot@fit.edu -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #47183|0 |1 is obsolete| | --- Comment #43 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 47227 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47227&action=edit Bug 14695 - Update database Signed-off-by: Nick Clemens <nick@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #47184|0 |1 is obsolete| | --- Comment #44 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 47228 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47228&action=edit Bug 14695 - Update DB Schema file Signed-off-by: Nick Clemens <nick@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #47185|0 |1 is obsolete| | --- Comment #45 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 47229 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47229&action=edit Bug 14695 - Add new circulation rule Signed-off-by: Nick Clemens <nick@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #47186|0 |1 is obsolete| | --- Comment #46 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 47230 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47230&action=edit Bug 14695 - Tidy C4::Reserves::CanItemBeReserved Signed-off-by: Nick Clemens <nick@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #47187|0 |1 is obsolete| | --- Comment #47 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 47231 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47231&action=edit Bug 14695 - Add ability to place multiple item holds on a given record per patron Signed-off-by: Nick Clemens <nick@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #47188|0 |1 is obsolete| | --- Comment #48 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 47232 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47232&action=edit Bug 14695 [QA Followup] - Filling one hold fills all of them Signed-off-by: Nick Clemens <nick@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #47189|0 |1 is obsolete| | --- Comment #49 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 47233 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47233&action=edit Bug 14695 [QA Followup] - Make existing unit tests pass * Removes tests no longer needed * Updates rules to work with existing tests * Fixes code issues revealed by unit tests Signed-off-by: Nick Clemens <nick@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #47190|0 |1 is obsolete| | --- Comment #50 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 47234 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47234&action=edit Bug 14695 [QA Followup] - Fix clearing of all holds by patron at checkout Signed-off-by: Nick Clemens <nick@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 --- Comment #51 from Nick Clemens <nick@bywatersolutions.com> --- Internal sign off only, needs community sign off -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Alex Arnaud <alex.arnaud@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alex.arnaud@biblibre.com --- Comment #52 from Alex Arnaud <alex.arnaud@biblibre.com> --- Hello Kyle, Ok on the staff side (hold 3 times the same biblio with the same patron) but the code doesn't take in account reserves via ILSDI. I got the code "NotHoldable" for the second hold. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 --- Comment #53 from Alex Arnaud <alex.arnaud@biblibre.com> --- In fact, it doesn't work either on the staff side. I have 3 holds per record on my circulation rules and i can place as many record-level holds as i want (in the limit of maxreserves syspref) on the same record for the same patron. I have the same behavior with item-level holds and i can hold many times the same item. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org