https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29346 --- Comment #83 from Nick Clemens <nick@bywatersolutions.com> --- (In reply to Jonathan Druart from comment #82)
There is something wrong with the update_holds_queue_for_biblios task. Try this, in fresh ktd delete itemnumbers 958,960 in a batch and check "delete the biblio if no item remain". You will see 3 update_holds_queue_for_biblios new tasks.
I think we need to revisit this enhancement for the batch tools.
This makes sense, one update each when we remove the items, then a third update when we delete one of the biblios Ideally we would only update once, but the code handles item deletion, then biblio deletion, so would need a refactoring to support this. -- You are receiving this mail because: You are watching all bug changes.