3 Jun
2025
3 Jun
'25
9:15 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40062 --- Comment #2 from Kyle M Hall (khall) <kyle@bywatersolutions.com> --- I think the issue is with how we select the holds: # get whats left my $query = " SELECT reserve_id, borrowernumber, reservedate FROM reserves WHERE biblionumber = ? AND ((found <> 'W' AND found <> 'T' AND found <> 'P') OR found IS NULL) ORDER BY priority ASC "; If we change the ORDER BY to "priority ASC, reserve_id ASC" I think it will behave more intuitively! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.