https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23070
--- Comment #1 from Jonathan Druart <[email protected]> --- Created attachment 90400 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=90400&action=edit Bug 23070: Use Koha::Hold in C4::Reserves::RevertWaitingStatus We are using raw SQL statements, we should use Koha::Hold instead. This patch does not seem optimal, we would like to increment priority in only 1 statement and without the need to fetch and loop all holds. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
