[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
Fri Oct 1 16:22:21 CEST 2021


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

Jonathan Druart <jonathan.druart+koha at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart+koha at gmail.
                   |                            |com

--- Comment #8 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
sub article_requests_current {
return $self->article_requests->filter_by_current;

sub article_requests_finished {
return $self->article_requests->filter_by_finished;

How are they useful? Callers can call $biblio->article_requests->filter_by_*

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


More information about the Koha-bugs mailing list