https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29084 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha@gmail. | |com --- Comment #8 from Jonathan Druart <jonathan.druart+koha@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.