https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33653
--- Comment #16 from Tomás Cohen Arazi <[email protected]> --- Created attachment 150865 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=150865&action=edit Bug 33653: Use filter_by_active instead This patch makes `filter_by_lates` use the `filter_by_active` method instead of an ad-hoc query filter. It has the advantage that it considers standing orders too. No behavior change, tests should still pass. Signed-off-by: Tomas Cohen Arazi <[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/
