[Koha-bugs] [Bug 24488] Holds to Pull sometimes shows the wrong 'first patron' details

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 19 08:04:45 CET 2020


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

Josef Moravec <josef.moravec at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Patch doesn't apply         |Failed QA

--- Comment #90 from Josef Moravec <josef.moravec at 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.


More information about the Koha-bugs mailing list