https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24488 Josef Moravec <josef.moravec@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Failed QA --- Comment #90 from Josef Moravec <josef.moravec@gmail.com> --- This does not work correctly - in fact the behaviour is same as before patch (only slower) When we get all holds at once, it will be the same as before... we need to do one of this things: - get hold by biblionumber in each loop - revert last patch - bad performance - add 'priority' => 1, to where clause - best performance, but can we - add subquery and get only the holds with priority = min(priority) for given biblionumber - probably the optimal solution? -- You are receiving this mail because: You are watching all bug changes.