[Koha-bugs] [Bug 26440] Not renewable Supersedes On Hold

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 2 08:22:51 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26440

--- Comment #11 from Nick Clemens <nick at bywatersolutions.com> ---
(In reply to Didier Gautheron from comment #6)
> Created attachment 128586 [details] [review]
> Bug 26440: Prioritize 'on hold' over Not renewable' in Renew column

This patch will have an impact on performance.

CheckReserves is a complicated routine that checks many aspects or
reserves/holdability and for borrowers with many items, or titles with many
holds, we will spend a lot of time in this routine and slow the loading of the
patron.

At a minimum, I would want to see a system preference here, so larger systems
can prioritize performance, and others can prioritize 'On hold' message.

I also think we should tackle the issue that when a renewal is attempted, the
table is reloaded, rather than just the rows updated as needed and new messages
lost

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list