https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30730
--- Comment #13 from Martin Renvoize <[email protected]> --- Created attachment 135209 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=135209&action=edit Bug 30730: (follow-up) Simplify query This patch drops the 'fetch all non-loanable items' query used in the subsequent query as part of the 'not_in' and instead replaces it with a simple filter on 'notforloan => 0' Test plan Run the included unit tests before and apply applying the followup. Signed-off-by: Martin Renvoize <[email protected]> -- 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/
