https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37651 --- Comment #42 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 185370 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=185370&action=edit Bug 37651: (follow-up) Still skip future holds for renewals We need a skip_future_holds flag in item->current_holds to make renewals act as they did before. There is no need to add it to biblio->current_holds. Test plan: Run t/db_dependent/Holds.t Interface test: Issue a book, place hold on tomorrow, set ConfirmFutureHolds to 2 days. Verify that renew is not blocked by this hold. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.