https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29083 --- Comment #24 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 125833 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=125833&action=edit Bug 29083: Remove article_requests_finished and article_requests_current This patch removes those methods that are not really needed. Templates are adjusted to use the expected combination of ->article_requests->filter_by_current. To test: 1. Apply this patch 2. Visit a patron with article requests => SUCCESS: All works 3. Run: $ kshell k$ prove t/db_dependent/Koha/Patron.t => SUCCESS: Tests pass, less tests. 4. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.