[Koha-bugs] [Bug 29084] Update article requests-related Koha::Biblio methods to use relationships

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 6 19:06:08 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29084

--- Comment #12 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 125843
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=125843&action=edit
Bug 29084: 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 biblio with article requests
=> SUCCESS: All works
3. Run:
   $ kshell
  k$ prove t/db_dependent/Koha/Biblio.t
=> SUCCESS: Tests pass, less tests.
4. Sign off :-D

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list