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

--- Comment #11 from Jonathan Druart <jonathan.dru...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to