25 Jul
2018
25 Jul
'18
12:22 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20469 --- Comment #23 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Jonathan Druart from comment #22)
The "correct" way to do it (regarding the discussion on bug 11983) would be:
$patron->holds->filter_by_in_transit->filter_by_waiting
But it is not as simple to implement as it sounds.
Yeah, this sounds more like transit AND waiting instead of transit OR waiting. And the idea of two filters applied in a row does not look good in terms of performance. I will leave this patch in BLOCKED for the time being. -- You are receiving this mail because: You are watching all bug changes.