15 Oct
2019
15 Oct
'19
4:42 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23484 --- Comment #19 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Nick Clemens from comment #5)
(In reply to Jonathan Druart from comment #4)
I am wondering if we should not retrieve the list of itemtypes for which the holds are allowed, then use them in the WHERE clause. It will make the query more readable and we will remove a LEFT JOIN. What do you think?
That makes some sense, but will be two queries instead of one? In either case I think we should fix this now and re-engineer this report on another bug
2 queries but 1 LEFT JOIN removed. -- You are receiving this mail because: You are watching all bug changes.