https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33184 Pedro Amorim <pedro.amorim@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |pedro.amorim@ptfs-europe.co | |m --- Comment #4 from Pedro Amorim <pedro.amorim@ptfs-europe.com> --- I created a hold manually and ran the following query a couple times to duplicate holds entries in the database: INSERT INTO reserves (`borrowernumber`,`biblionumber`, `branchcode`) SELECT `borrowernumber`, `biblionumber`, `branchcode` FROM reserves; This just adds "dummy" data into the reserves table, it appears it's not quite there yet to be able to reproduce what Kyle describes. (In reply to Kyle M Hall from comment #0)
If a hold was fillable when the holds queue builder starts, but is no longer fillable when the builder gets to that hold's record
I ran perl misc/cronjobs/holds/build_holds_queue.pl but no warnings are showing for me, as per my testing above. @Kyle are you able to provide test data or a test patch to force this scenario to help reproduce the issue? -- You are receiving this mail because: You are watching all bug changes.