[Koha-bugs] [Bug 23413] Add a holds routine to Koha::Items to fetch related holds

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 24 17:26:12 CEST 2019


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

--- Comment #11 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Also, we should not need the following return statement:
336     return unless $transfer_rs->count;

We need it for ->checkout for instance, because it could be undef.

But we should not return undef for ->holds, otherwise it will explode on
$items->holds->count

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


More information about the Koha-bugs mailing list