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

Josef Moravec <[email protected]> changed:

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

--- Comment #90 from Josef Moravec <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/

Reply via email to